/*//////////////////////////////////////////*/
/* Item faq */
/*//////////////////////////////////////////*/

.item_faq{
	background:#ffffff;
	padding:80px 10px;
	position:relative;
	border:10px solid #ffffff;
}
.item_faq.thumb{
	background:#323232;
	color:#ffffff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.item_faq .icon{
	position:absolute;
	height:40px;
	line-height:40px;
	font-size:40px;
	top:20px;
	left:0;
	right:0;
	color:#b7b7b7;
	z-index:15;
}
.item_faq h2{
	display:block;
	width:100%;
	font-weight:700;
	z-index:15;
}
.item_faq .answer{
	position:absolute;
	height:40px;
	bottom:20px;
	left:0;
	right:0;
	z-index:15;
}
.item_faq:hover .bg_image{
	opacity:0.4;
}
/*//////////////////////////////////////////*/
/* Archive faq */
/*//////////////////////////////////////////*/

.archive_faq .item_faq{
	width:100%;
	margin-bottom:30px;
}
