*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ac-custom {
	/*padding: 0 3em;
	max-width: 900px;*/
	margin: 0 auto;
}

.ac-custom h2 {
	font-size: 3em;
	font-weight: 300;
	padding: 0 0 0.5em;
	margin: 0 0 30px;
}

.ac-custom ul,
.ac-custom ol {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
}

.ac-custom li {
	margin: 0 auto;
	padding: 2em 0;
	position: relative;
}

.ac-custom label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 35px;
	vertical-align: top;
	/*color: rgba(0,0,0,0.2);*/
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	overflow:hidden;
	height: 26px;
}

.ac-custom label p {
	font-family: 'Oswald';
	font-size: 13px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 100%;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
	line-height: 1.4em;
}
.ac-custom label span {
	font-family: helveticaregular, Arial;
	font-size:13px;
	font-weight: normal;
	color: #404041;
	line-height: 1.3em;
	text-decoration: none;
}

.ac-custom label span.prize { color: #f1592a !important; width: auto; float: none; } 

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
	width: 26px;
	height: 26px;
	/*top: 50%;*/
	left: 0;
	/*margin-top: -25px;*/
	position: absolute;
	/*cursor: pointer;
	margin-top: -25px;
	position: relative;
	float: left;*/
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
	position: absolute;
}
.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	/*display: block;*/
	vertical-align: middle;
	z-index: 100;
	/*position:relative;*/
	float:left;
}
.ac-custom input[type="radio"] {
	border-radius: 50% !important;
}

.ac-custom label::before {
	content: '';
	border: 1px solid #B2B2B2;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../pie/PIE.php);
	background: #FFF;
}

.ac-radio label::before {
	border-radius: 50%;
}

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
	color: #404041;
} 

.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
	opacity: 1;
	background: #ffffff;
	border: 1px solid #eb1955;
}

.ac-custom input[type="radio"]:checked + label::before { background:url(../img/radio-point.png) center 4px no-repeat #3B99FC; }

/* General SVG and path styles */

.ac-custom svg {
	position: absolute;
	width: 23px;
	height: 13px;
	top: 20%;
	/*margin-top: -20px;*/
	left: 0px;
	pointer-events: none;
}
table.t1 td.first .ac-custom svg { margin-top: -13px !important; }

.ac-custom svg path {
	stroke: #EC008C !important;
	stroke-width: 23px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

/* Specific input, SVG and path styles */

/* Circle */
.ac-circle input[type="checkbox"],
.ac-circle input[type="radio"],
.ac-circle label::before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	left: 10px;
	position: absolute;
}

.ac-circle label::before {
	background-color: #fff;
	border: none;
}

.ac-circle svg {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	left: -10px;
}

.ac-circle svg path {
	stroke-width: 5px;
} 

/* Box Fill */
.ac-boxfill svg path {
	stroke-width: 8px;
} 

/* Swirl */
.ac-swirl svg path {
	stroke-width: 8px;
}

/* List */
.ac-list ol {
	list-style: decimal;
	list-style-position: inside;
}

.ac-list ol li {
	font-size: 2em;
	padding: 1em 1em 0 2em;
	text-indent: -40px;
}

.ac-list ol li label {
	font-size: 1em;
	text-indent: 0;
	padding-left: 30px;
}

.ac-list label::before {
	display: none;
}

.ac-list svg {
	width: 100%;
	height: 80px;
	left: 0;
	top: 1.2em;
	margin-top: 0px;
}

.ac-list svg path {
	stroke-width: 4px;
}

.wrapCheck {
	position:relative;
	float:left;
	margin: 0 15px 0 0;
	width: auto;
}

/* Media Queries */
@media screen and (max-width: 50em) {
	section {
		font-size: 80%;
	}
}