
ul,li {
	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;
 }

 .accordion {
 	width:100%;
 	-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:35px;
	color:#fff;
	font-weight:bold;
	/*background:url(../../img/off.gif) no-repeat 0 center;*/
}
.accordion .link a{
	display: block;
	height:35px;
	line-height:35px;
	color:#00546a;
	font-weight: bold;
	font-size: 14px;
	background:#c3d2d7;
	margin-top:1px;
}
.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 {
 	width:100%;
 	display:none;
 	height:200px;
 	padding:20px 0 0 10px;
 }
 .submenu li {
 	float:left;
	width:100%;
	height:26px;
	line-height:26px;
	font-size:14px;
	padding-left:5px;
	background:url(../../img/style.gif) no-repeat 0 center;
	
 }
 .submenu a {
 	display:block;
	text-align:left;
 }
