.inner-pading {
	padding: 30px 0;
}


.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button:nth-child(1),
.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button:nth-child(2)
{
	transition: opacity 0.5s;
	width: 230px;
}

.wrapper .poll-style-three-text .poll-item-selector .poll-btn-pair button:nth-child(2) {
	margin-left: 80px;
	opacity:0;
}

.question-images {
	position: relative;
}


.hidden {
	opacity:0 !important;
}

.hidden_none {
	display: none;
}

.visble {
	opacity:1 !important;
}

.right-answer-cage {
	/*min-height: 60px;
	min-height: 180px;*/
}

.right-answer-text {
	font-size: 16px;
	height:0;
	opacity: 0;
	transition: all 2s;
	overflow: hidden;
}

.right-answer-text.visible {
	opacity:1 !important;
    height:auto;
}

.error-text {
	color: #de4628;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	transition: opacity 1s;
	max-height:0;
	opacity:0;
}

.error-text.visible {
	max-height:50px;
	opacity:1;
}

.wrapper .poll-style-three-text h2 {
	margin-bottom: 10px;
}

.wrapper .poll-style-three-text h3 {
	padding-bottom:10px;
}
.poll-style-three-text h3 {
	color: #de4628;
	font-size: 22px;
}
.poll-style-three-text h3 strong{
	color: #000;
	font-size: 22px;
}

.wrapper .poll-style-three-text .poll-item-selector li {
	line-height: 35px;
	margin-bottom: 10px;
}

.actions li a {
    display: block;
    width: 100%; 
}

.poll-style-three-img {
	width: 680px;
	min-height: 680px;
}

.poll-style-three-img img {
	xposition: absolute;
}

@media screen and (max-width: 680px){
	.actions li {
		width: auto;
		padding: 0 15px;
	}
	
	.poll-style-three-img {
		min-height: auto;
		width: 100%;
	}
}
