/* Required styles; changing these may break the menu */

.slinky-menu {
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	transition: all 300ms ease;
}

.slinky-menu > ul {
	left: 0;
	position: relative;
	transform: translateZ(0);
	transition: all 300ms ease;
}

.slinky-menu ul,
.slinky-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.slinky-menu ul {
	width: 100%;
}

.slinky-menu a {
	display: block;
}

.slinky-menu li ul {
	display: none;
	left: 100%;
	position: absolute;
	top: 0;
}

.slinky-menu .header {
	position: relative;
	background-color: #333;
}

.slinky-menu h2 ~ a.back {
	left: 0;
	position: absolute;
	top: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 24px 10px;
	border-top: none;
}

.slinky-menu h2 {
	margin: 0;
	text-align: right;
}

/* Default theme */
/*.slinky-menu:before,
.slinky-menu:after {
    content: "";
    display: table;
}
.slinky-menu:after {
    clear: both;
}*/
/*.slinky-menu:after {
	content: "";
	display: block;
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}*/
.slinky-menu {

}
.slinky-menu h2 {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase; /*英文大寫*/
	padding: 20px;
	/*height: 67px;*/
}
.slinky-menu h2 img {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -2px;
}
.slinky-menu a.back:before {
	content: '\276e';
	margin-right: 5px;
	margin-top: -2px;
	float: left;
	font-size: 16px;
}
.slinky-menu a.next:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	background: url("../images/mobile_nav_arrow.png") no-repeat scroll 0 0 / 10px auto;
	width: 11px;
	height: 19px;
	opacity: 0.4;
}
.slinky-menu ul:before,
.slinky-menu ul:after {
    content: "";
    display: table;
}
.slinky-menu ul:after {
    clear: both;
}
/*.slinky-menu ul:after {
	content: "";
	display: block;
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}*/
.slinky-menu ul {
	/*overflow: hidden;*/
	/*display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;*/
}
.slinky-menu a {
	color: #ffffff;
	font-size: 20px;
	padding: 14px 20px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.slinky-menu > ul > li {
	float: left;
	width: 50%;
}
.slinky-menu > ul > li > a {
	text-align: center;
	font-size: 17px;
	position: relative;
	padding: 20px 0px;
	border-top: none;
}
.slinky-menu > ul > li:nth-of-type(1) a {
	background-color: #62b347;
}
.slinky-menu > ul > li:nth-of-type(1) .header {
	background-color: #49992e;
}
.slinky-menu > ul > li:nth-of-type(2) a {
	background-color: #f7912a;
}
.slinky-menu > ul > li:nth-of-type(2) .header {
	background-color: #de7710;
}
.slinky-menu > ul > li:nth-of-type(3) a {
	background-color: #e65053;
}
.slinky-menu > ul > li:nth-of-type(3) .header {
	background-color: #cc3336;
}
.slinky-menu > ul > li:nth-of-type(4) a {
	background-color: #d660c3;
}
.slinky-menu > ul > li:nth-of-type(4) .header {
	background-color: #bd42a8;
}
.slinky-menu > ul > li:nth-of-type(5) a {
	background-color: #43bbbf;
}
.slinky-menu > ul > li:nth-of-type(5) .header {
	background-color: #29a2a6;
}
.slinky-menu > ul > li:nth-of-type(6) a {
	background-color: #f25589;
}
.slinky-menu > ul > li:nth-of-type(6) .header {
	background-color: #e5457a;
}
.slinky-menu > ul > li:nth-of-type(7) a {
	background-color: #9D33D7;
}
.slinky-menu ul li h2 ~ a.back {
	background: none;
}
.slinky-menu a:hover ,
.slinky-menu a:focus {
	color: #FFF;
}
.slinky-menu > ul > li > a > img {
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	display: block;
}
.slinky-menu > ul > li > ul > li > a {
	background: url("../images/mobile_nav_arrow.png") no-repeat scroll 20px 50% / 10px auto;
	padding-left: 39px;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 1.3;
}