/********** faq **********/
/*.faq
{
	background-color: #A08C80;
}

.faq .footerMenuWrapper .newLifeFooterLogo
{
	display: none;
}

.faq .sectionWrapper
{
	position: relative;
	width: 900px;
	margin: 0px auto;
	background-color: #A08C80;
}*/

.faq
{
	background-color: #A08C80;
}

.faq .sectionWrapper
{
	position: relative;
	margin: 0px auto;
	background-color: #A08C80;
}

.faq .sectionScrollContent .mainInnerScrollContent
{
	width: 840px;
}

.faq .footerMenuWrapper .newLifeFooterLogo
{
	display: none;
}

.faq .sectionScrollContent
{
	margin: 0px 0px;
}

.faq .sectionItem
{
	position: relative;
	width: 100%;
	height: 100%;
	float: none;
	overflow: hidden;
}

.faq .sectionHeaderWrapper
{
	position: relative;
	width: 300px;
	height: 110px;
	background: url('../images/common/headerLogo.png');
	background-size: 100% auto;
	margin: 0px auto;
}

/*.faq .sectionMainContent
{
	position: relative;
	width: 900px;
}*/


.faq .faqTitleWrapper
{
	position: relative;
	margin-bottom: 30px;
}

.faq .titleImg
{
	margin-bottom: 20px;
}

.faq .faqMainContent
{
	position: relative;
	width: 100%;
}

.faq .faqMenuWrapper
{
	position: relative;
	margin-bottom: 20px;
}

.faq .faqMenuWrapper .btnFaqMenu,
.faq .faqMenuWrapper .stroke
{
	position: relative;
	font-size: 19px;
	line-height: 1em;
	color: #76542F;
	text-decoration: none;
}

.faq .faqMenuWrapper .btnFaqMenu:hover,
.faq .faqMenuWrapper .btnFaqMenu.active
{
	color: #fbf8f3;
}

.faq .faqMenuWrapper .stroke
{
	margin: 0px 10px;
}

.faq .faqMainItemWrapper
{
	position: relative;
	width: 100%;
	display: none;
}

.faq .faqMainItemWrapper.show
{
	display: block;
}

.faq .faqItemRow
{
	border-top: 2px solid #EBE3DA;
	/*padding: 0px 0px 20px;*/
	padding: 10px 0px 0px 0px;
}

.faq .faqNumLeft
{
	position: absolute;
	width: 60px;
	height: 45px;
	text-align: left;

	font-weight: bold;
	font-size: 38px;
	/*color: #76542F;*/
	color: #E1B64A;

	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.faq .active .faqNumLeft
{
	color: #76542F;
}

.faq .faqItemContent
{
	position: relative;
	margin-left: 60px;
	margin-right: 20px;
}

.faq .questionWrapper
{
	position: relative;
	display: block;
	height: 45px;
	font-size: 15px;
	line-height: 1.5em;
	color: #fbf8f3;

	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.faq .active .questionWrapper
{
	color: #76542F;
}

.faq .answerWrapper
{
	position: relative;
	font-size: 15px;
	line-height: 1.5em;
	color: #fbf8f3;
	display: none;
	margin-bottom: 15px;
}

.faq .answerWrapper ul
{
	list-style: decimal;
	padding-left: 30px;
	margin-bottom: 20px;
}

.faq .btnSliderArrow
{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: -20px;
	background: url('../images/faq/sliderArrow.png');
	background-size: 100% auto;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;

}

.faq .active .btnSliderArrow
{
	-webkit-transform: rotate(-180deg);
}