/***************/
/*FAQ*/
/***************/
/***************/
/* MEDIA QUEIRIES */
/*
@media (max-width: 767px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
*/
/**/
/***************/
/*******************************/
/*FAQ */
/*******************************/

#faq{
	color: #333;
}
#faq h2{
	font-family: 'houschka';
	font-size: 26px; 
	color: #333; 
	margin-top: 0px; 
	margin-bottom: 40px; 
	margin-bottom: 0px; 
}

#faq p{
	font-size: 18px;
	color: #333;
	line-height: 36px;
}
#faq p.question{
	font-family: 'houschka';
	margin-bottom: 1px; 
}
#faq p.answer{
	font-family: 'medium-houschka';
	margin-bottom: 35px;
}
#faq p a{
	color: #3eb4a6;
	text-decoration: underline;
}
#faq p a:hover{
	text-decoration: none;
}

.special-break{
    margin-top: 15px;
    display: block;
}


@media (min-width: 768px) { 
	#faq h2{
		font-size: 32px; 
	}
}





















































