/*中英文切換*/
.number_footer {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
.number_footer a {
	margin-right: 5px;
}
.news_number_footer {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.news_number_footer a {
	margin-right: 5px;
}
.language-switcher {
	position: fixed;
	right: 0;
	top: 190px;
	z-index: 899;
	cursor: pointer;
}
.language-switcher ul {
	margin: 0;
	padding: 0;
	display: block;
}
.language-switcher ul li {
	display: block;
	overflow: hidden;
	margin: 5px;
	position: relative;
}
.language-switcher ul a {
	display: block
}
.language-switcher ul .first-color, .language-switcher ul .second-color {
	float: left;
	display: block;
	width: 0;
	height: 0;
}
.language-switcher ul .first-color {
	border-left: 15px solid #EB264D;
	border: 15px solid transparent;
}
.language-switcher ul .second-color {
	height: 30px;
	width: 30px;
	border: 15px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
/*中英文切換*/


.isotope {
	margin-top: 10px;
}
.folio-inner {
	overflow: hidden;
	background: #fff;
}
.folio-filter {
	position: relative;
	bottom: 7px;
	display: table;
	margin: -10px auto;
	float: none;
	margin-bottom: 40px;
	padding: 0px;
}
.folio-filter li {
	display: inline-block;
}
.folio-filter li:last-child {
	padding-right: 0px;
}
.folio-filter li a {
	display: block;
	color: #ED9820;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #ED9820;
	background-color: transparent;
	padding: 5px 20px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 5px;
}
.folio-filter li a span {
	margin-right: 6px;
}
.folio-filter li a:hover {
	color: #fff;
	border-color: #ED9820 !important;
	background: #ED9820;
	text-decoration: none;
}
.folio-filter li a.selected {
	color: #fff;
	border-color: #ED9820;
	background: #ED9820;
}
.selected {
	color: #5bb6e7;
	border-color: #fd6b6b;
	background: #fd6b6b;
}
/* Isotope Transitions
------------------------------- */
.isotope, .isotope .folio-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

/* Note: Design for a width of 480px */
@media only screen and (max-width: 470px) {
.folio-filter {
	margin: 50px auto 0px;
}
.folio-filter li {
	font-size: 12px;
	padding: 3px 3px;
}
}

/* Note: Design for a width of 480px */
@media only screen and (max-width: 767px) {
.folio-filter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
}
