/*
	@Package Name	: FAQs
	@Author			: Kurition
	@Author URI		: https://kurition.eu/
	@Description	: to be written
	@Version		: 1.0
	@License		: Proprietary software License
	@License URI	: https://en.wikipedia.org/wiki/Proprietary_software
*/

/* FAQs
/*----------------------------------------------------------*/
.faqs {
	width: 100%;
	height: auto;
	clear: both;
	padding: 19px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* FAQs - No Once
/*----------------------------------------------------------*/
.faq_no_once {
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

/* FAQs - Container
/*----------------------------------------------------------*/

.faq_container {
	margin:20px;
	/*padding-bottom:15px;*/
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1E1E1D;
	background-color: rgba(255, 255, 255, 0.05);
}

.faq_container .faq_title {
	padding:15px 15px 15px 15px;
	width:calc(100% - 30px);
	cursor:pointer;
	color: #838383;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-shadow: 0 1px 0 #000000;
}

.faq_container .faq_contents {
	display:none;
	color: #838383;
	padding:10px;
	margin:0px 15px 0px 15px;
	
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background: #1a0000;
	background: rgba(0,0,0,0.1);
}

.faq_container:last-child {
	margin-bottom:0px;
}

/* FAQs - Search
/*----------------------------------------------------------*/
.faq_search {
	/*padding-bottom:15px;*/
	padding:10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1E1E1D;
	background-color: rgba(255, 255, 255, 0.05);
}

.faq_search .faq_search_input {
	width:calc(100% - 10px);
	padding:5px;
	
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background: #1a0000;
	background: rgba(0,0,0,0.1);
}

.faq_search .faq_search_input input {
	width:calc(100% - 10px);
	padding:0px;
	box-shadow:none;
	background:transparent;
}