.poll {
	min-height: 390px;
	position: relative;
}
.poll-question {
	min-height: 130px;
	overflow: hidden;
	position: relative;
	padding: 10px 10px 30px;
	/* Box Sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.poll-question:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.poll-question img {
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	/* Transform */
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.poll-question h1 {
	position: relative;
	z-index: 3;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	color: #fff;
}
.poll-question span {
	position: absolute;
	left: 30px;
	bottom: 10px;
	z-index: 20;
	font-size: 12px;
	line-height: 12px;
	color: #ccc;
}
.poll-question .poll-time {
	display: block;
	padding-left: 18px;
	position: absolute;
	z-index: 20;
	right: 30px;
	bottom: 10px;
	font-size: 10px;
	color: #ccc;
}
.poll-question .poll-time:after {
	content: "\e08e";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	font-family: "icomoon";
	font-size: 12px;
}
.poll-navigation {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 12px;
	color: #ccc;
	cursor: default;
	/* Transition */
	-webkit-transition: color 400ms ease-out;
	-moz-transition: color 400ms ease-out;
	-o-transition: color 400ms ease-out;
	transition: color 400ms ease-out;
}
.poll-navigation.active {
	color: #999;
	cursor: pointer;
}
	.poll-navigation.active:hover {
		background-color: #f7f7f7;
		color: #16520e;
	}
.poll-slider {
	overflow: hidden;
}
.poll-group {
	width: 200%;
	margin-top: 10px;
}
.poll-group .poll-stage {
	width: 50%;
	float: left;
	padding: 1px 10px 0px;
	/* Box Sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.poll-stage1 .poll-radio {
	cursor: default;
	display: block;
	margin-bottom: 10px;
	position: relative;
	background-color: #f7f7f7;
	padding: 10px 30px 10px 10px;
	/* Box Sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* Transition */
	-webkit-transition: background-color 100ms ease-out;
	-moz-transition: background-color 100ms ease-out;
	-o-transition: background-color 100ms ease-out;
	transition: background-color 100ms ease-out;
}
.poll-stage1 .poll-radio.active {
	cursor: pointer;
}
.poll-stage1 .poll-radio:last-child {
	margin-bottom: 0;
}
	.poll-stage1 .poll-radio.active:hover {
		background-color: #16520e;
		color:#fff;
	}
.poll-stage1 .poll-radio h1 {
	position: relative;
	z-index: 2;
	font-size: 13px;
}
.poll-stage1 .poll-radio .poll-bar {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #e5e5e5;
	/* Transition */
	-webkit-transition: width 500ms ease-out;
	-moz-transition: width 500ms ease-out;
	-o-transition: width 500ms ease-out;
	transition: width 500ms ease-out;
}
.poll-stage1 .poll-radio .poll-value {
	display: none;
	font-size: 16px;
	z-index: 1;
	font-weight: 300;
	position: absolute;
	right: 5px;
	top: 10px;
	color: #999;
}
	.poll-stage1 .poll-radio .poll-value:after {
		content: "%";
		display: inline;
		font-size: 14px;
	}
.poll-stage1 .poll-radio.selected {
	background-color: #7acc7a;
}
.poll-stage1 .poll-radio.selected .poll-bar {
	background-color: #16520e;
}
.poll-stage1 .poll-radio.selected h1 {
	color: #fff;
}
.poll-stage1 .poll-radio.selected .poll-value {
	color: #fff;
}
.poll-group .poll-stage {
	position: relative;
}
.poll-stage2 .poll-pie {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.poll-stage2 .poll-result {
	height: 80px;
	margin: 0 0 10px 110px;
}
.poll-stage2 .poll-result h1, .poll-stage2 .poll-result h2, .poll-stage2 .poll-result h3 {
	font-weight: 300;
}
.poll-stage2 .poll-result h1 {
	font-size: 20px;
	padding: 2px 0 8px;
}
.poll-stage2 .poll-result h2 span {
	display: block;
	margin-bottom: 8px;
}
.poll-stage2 .poll-result h2 span.poll-percentage {
	float: left;
	font-size: 36px;
	color: #16520e;
}
.poll-stage2 .poll-result h2 span.poll-agree {
	width: 100px;
	float: left;
	font-size: 14px;
	color: #999;
	margin: 2px 0 0 10px;
}
.poll-stage2 .poll-result h3 {
	font-size: 12px;
	color: #999;
}
.poll-stage2 .poll-result h3 span {
	color: #16520e;
}
.poll-stage2 .poll-legend {
	display: block;
	list-style: none;
}
.poll-stage2 .poll-legend li {
	width: 50%;
	float: left;
	height: 35px;
	font-size: 12px;
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 2px;
	/* Box Sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.poll-stage2 .poll-legend li:nth-child(odd) {
	padding-right: 5px;
}
.poll-stage2 .poll-legend li:nth-child(even) {
	padding-left: 25px;
}
.poll-stage2 .poll-legend li span.poll-legend-indicator {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
}
.poll-stage2 .poll-legend li:nth-child(even) span.poll-legend-indicator {
	left: 5px;
}
.poll-stage2 .poll-legend li.selected {
	color: #16520e;
}
.poll-stage2 .poll-legend li span.poll-legend-text {
	height: 12px;
	display: block;
	margin-bottom: 5px;
}
.poll-stage2 .poll-legend li span.poll-legend-percentage {
	font-size: 14px;
	font-weight: 300;
	display: block;
}