@charset "utf-8";
/* CSS Document */
.itemw,.sfont{
    font-size: 1rem;
}
.itemw h2{
	float: left;
	clear: both;
	width: calc(100% - 30px);
	font-size: 1em;
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4f413c;
	text-decoration: underline;
	}
.item{
	background: #e95504;
	clear: both;
	float: left;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1em;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}
/*LIST RULE*/
.faq{
	counter-reset: my-badass-counter;
		}
.faq dt {
	position: relative;
	font-size: 1em;
	margin-bottom: 10px;
	
}
.faq dt:before {
content: counter(my-badass-counter);
counter-increment: my-badass-counter;
position: absolute;
left: 0;
top: 0;
font-size: 0.9em;
font-weight: bold;
background-color:  #db7e64;
text-align: center;
height: 20px;
width: 20px;
border-radius: 50%;
color: #ffffff;
}

.faq dd {
	margin: 0 0 30px 0;
	margin-bottom: 10px;
}

.faq dt, .faq dd {
	float: left;
	clear: both;
	padding-left: 30px;
}
.cut{
	list-style: none;
	counter-reset: li;
	margin-left: 30px;
}
.cut li{
	clear: both;
	float: left;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.cut li:before {
   content: counter(li)". ";
	counter-increment: li;
	position: absolute;
	left: 0px;
	top: 0px;
}
.subt{
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 10px;
	width:100% ;
    font-size: 0.875rem;
    color:rgba(0, 0, 0, 0.5);
}

.dot{
    position: relative;
}
.dot::before {
	content: '•';
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: -16px;
	top: 0;
}
/*RESPONSIVE============================================================*/