.quiz-wrapper {
	font-family:  "myriad-pro", arial, sans-serif;
	background-color: #fff;
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #c8c8c8;
}

.quiz-question,
.quiz-result {
	display: none;
}

.quiz-question.current-question {
	display: block;
}

.title {
	font-weight: bold!important;
}

.answers {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.answers li {
	/*	display: block;
		background-color: #ffffff;
		border-bottom: 2px solid #e1e1e1;
		width: 100%;
		padding: 1em;
		margin: 0 auto 8px;
		cursor: pointer;
		box-sizing: border-box;*/
	/*  &:active {
			border-top: 1px solid #fff;
			border-bottom: 1px solid #e1e1e1;
		}*/
}

.button__base {
	margin: 0;
	border: 0;
	font-size: 18px;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-user-select: none;
	cursor: default;
}

.button__fx {
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
}
.button__fx:last-of-type {
	margin-bottom: 0;
}
.button__fx:hover, .button__fx:focus {
	cursor: pointer;
}
.button__fx div:first-child {
	position: relative;
}
.button__fx div {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.button__fx div:nth-child(1) {
	color: #000000;
	background-color: #ffffff;
}
.button__fx div:nth-child(2) {
	background-color: #F1A5C3;
	width: 0;
	padding: 0;
	transition: all 0.15s ease-in-out;
	/*transform: translate(-110%, 0px) skewX(-30deg);*/
}
@media \0screen {
	.button__fx div:nth-child(2) {
		display: none;
	}
}
.button__fx div:nth-child(3) {
	text-align: center;
	color: #ffffff;
	left: -1000px;
	transition: left 0.15s ease-in-out;
	font-weight: 300;
}
@media \0screen {
	.button__fx div:nth-child(3) {
		display: none;
	}
}
.button__fx:hover div:nth-child(2), .button__fx:focus div:nth-child(2) {
	width: 100%;
	padding: 10px;
	transition: all .25s ease-in-out;
	/*transform: translate(-15px, 0px) skewX(-30deg);
	-webkittransform: translate(-15px, 0px) skewX(-30deg);*/
}
.button__fx:hover div:nth-child(3), .button__fx:focus div:nth-child(3) {
	left: 0;
	transition: left 0.30000000000000004s ease-in-out;
}

.quiz-wrapper .result {
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
	color: #000000;
	background-color: #ffffff;
	padding: 20px 15px;
}

.quiz-wrapper .repeat-quiz {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	background-color: #F1A5C3;
	display: block;
	text-align: center;
	margin-bottom:10px;
	border-radius:4px;
}

/* SOCIAL */
#socialQuiz {
	width:164px;
	height:32px;
	position:relative;
	margin:0 auto;
}

#socialQuiz a{
	float:left;
	position:relative;
	border-right: 1px solid #ccc;
}

#socialQuiz a:last-child {
	border-right: none;
}