
ul {
	list-style-type: none;
}
h1 {
 	color: #FFF;
 	font-size: 24px;
 	font-weight: 400;
 	text-align: center;
 	margin-top: 80px;
 }

h1 a {
 	color: #c12c42;
 	font-size: 16px;
	outline:none;
 }

 .accordion {
 	width: 100%;
 	max-width: 360px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height:40px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	background:url(../../img/off.gif) no-repeat 0 center;
}
.accordion .link a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
	background:url(../../img/on.gif) no-repeat 0 center;
}

.accordion li.open i {
	color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display:none;
 	height:150px;
 	padding:0 0 0 20px;
 }
 .submenu li {
 	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	padding-left:10px;
	background:url(../../img/dd.gif) no-repeat 0 center;
 }
 .submenu a {
 	display:block;
	text-align:left;
	outline:none;
 }
