a,
.trans {
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.container {
	margin: 0 auto;
	position: relative;
	width: 1087px;
	max-width: 100%;
	padding: 0 30px;
}

.fl100 {
	float: left;
	width: 100%;
}

.table-outer {
	display: table;
	height: 100%;
	width: 100%;
	table-layout: fixed;
}

.table-outer .table-middle {
	display: table-cell;
	vertical-align: middle;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-center-y {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-center-x {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

	--border-radius: 20px;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-family: 'montserrat', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
textarea {
	border: 0;
	background: transparent;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'montserrat', sans-serif;
	color: #434243;
}

input[type='submit'] {
	cursor: pointer;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

html,
body {
	height: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #434243;
	font-family: 'montserrat', sans-serif;
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #434243;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

.page-wrapper {
	background: #fcfaf9;
	background-size: cover;
	min-height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.page-header {
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.page-header .logo {
	width: 296px;
	margin: 0 auto;
}

.page-header .logo p {
	margin-top: 38px;
	margin-bottom: 22px;
}

.page-header .webpage-link {
	color: #fff;
	position: absolute;
	top: 38px;
	right: 25px;
	padding-right: 23px;
}

.page-header .webpage-link:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: 20px;
	background: url('assets/images/arrow.svg') no-repeat center;
	background-size: 8px 14px;
}

.quiz-wrapper {
	padding: 50px 0;
	display: none;
}

.quiz-wrapper .container {
	width: 1087px;
	max-width: 100%;
	padding: 0 30px;
}

.quiz-wrapper.start {
	display: block;
}

.quiz-wrapper.start p {
	line-height: 155%;
	font-size: 24px;
}

.quiz-wrapper.animate-in-right {
	-webkit-animation: animate-in-right 0.5s ease-in forwards;
	animation: animate-in-right 0.5s ease-in forwards;
	display: block;
}

.quiz-wrapper.animate-in-left {
	-webkit-animation: animate-in-left 0.5s ease-in forwards;
	animation: animate-in-left 0.5s ease-in forwards;
	display: block;
}

.quiz-wrapper.animate-out-left {
	-webkit-animation: animate-out-left 0.5s ease-out forwards;
	animation: animate-out-left 0.5s ease-out forwards;
}

.quiz-wrapper.animate-out-right {
	-webkit-animation: animate-out-right 0.5s ease-out forwards;
	animation: animate-out-right 0.5s ease-out forwards;
}

.quiz-wrapper .small-container {
	width: 600px;
	margin: 0 auto;
	max-width: 100%;
}

.quiz-wrapper.hidden {
	display: none;
	-webkit-animation: none;
	animation: none;
}

.quiz {
	background: #fff;
	padding: 65px 120px;
	padding-bottom: 80px;
	text-align: center;
	border-radius: var(--border-radius);
}

.question .quiz {
	padding: 7px 65px;
	padding-bottom: 38px;
}

.quiz h1,
.quiz h2,
.quiz h3 {
	text-transform: uppercase;
}

.quiz h1 {
	color: #ffce00;
	font-size: 30px;
	font-weight: 300;
	line-height: 120%;
}

.quiz h2 {
	color: #ffce00;
	font-size: 44px;
	font-weight: 300;
	line-height: 110%;
}

.quiz h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: 130%;
}

.quiz p {
	font-size: 22px;
	font-weight: bold;
	line-height: 148%;
}

.quiz img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 21px;
}

.quiz .body {
	padding: 13px 126px;
}

.start .quiz .body,
.score .quiz .body {
	padding: 52px 80px;
}

.score .quiz .body {
	padding-bottom: 60px;
}

.quiz .question {
	display: inline-block;
	width: 600px;
	max-width: 100%;
}

.quiz .wheat-icon {
	height: 48px;
	width: 100%;
	float: left;
	background: url('assets/images/wheat.svg') no-repeat center;
	background-size: 47px 19px;
	position: relative;
}

.quiz .top {
	margin-bottom: 33px;
	position: relative;
}

.quiz .top:after {
	content: '';
	position: absolute;
	left: 0;
	top: calc(100% - 2px);
	width: 100%;
	height: 2px;
	background: #eaeaea;
}

.quiz .top-inner {
	color: #ed5a53;
	border-bottom: 2px solid #ed5a53;
	text-align: right;
	padding: 9px 0;
	position: relative;
	z-index: 2;
	font-weight: 400;
}

.quiz .top-inner .numbers {
	position: relative;
	top: 4px;
	font-size: 18px;
}

.quiz .show-prev-question {
	float: left;
}

.answers {
	text-align: left;
	margin-bottom: 30px;
	padding-top: 10px;
}

.answers .answer {
	padding: 18px 0;
	cursor: pointer;
	border-bottom: 2px solid #eaeaea;
	font-size: 20px;
	width: 600px;
	margin: 0 auto;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	max-width: 100%;
}

.answers .answer .icon {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 4px solid #ed5a53;
	display: block;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -1px;
}

.answers .answer .icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	width: 10px;
	height: 10px;
	background: #ed5a53;
	border-radius: 100%;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.answers .answer .text {
	float: left;
	width: calc(100% - 45px);
	line-height: 140%;
}

.answers .answer.selected {
	color: #ed5a53;
}

.answers .answer.selected .icon:after {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.answers .answer:last-child {
	border-bottom: 0;
}

.score .quiz {
	padding: 78px 90px;
}

.score .heading h3 {
	text-transform: none;
}

.score .smiley {
	width: 80px;
	margin: 0 auto;
	margin-bottom: 12px;
}

.score .smiley svg {
	width: 80px;
	height: 80px;
}

.score .body {
	min-height: 182px;
	position: relative;
}

.score .body p {
	font-size: 22px;
}

.score .body p:last-child {
	font-size: 18px;
}

.correct-answers {
	padding: 50px 0;
}

.correct-answers .question {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #eaeaea;
}

.correct-answers .question p {
	font-size: 18px;
}

.correct-answers .question p:first-child {
	font-weight: 400;
	margin-bottom: 15px;
}

.correct-answers .question:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

.correct-answers .question .your-answer {
	color: #c67474;
}

.correct-answers .question .right-answer {
	color: #ffce00;
}

.correct-answers .question.correct .your-answer {
	color: #ffce00;
}

.correct-answers-holder .quiz .show-prev-question {
	float: none;
}

.buttons.left {
	text-align: left;
}

.buttons.right {
	text-align: right;
}

.buttons.center {
	text-align: center;
}

.buttons .button {
	display: inline-block;
	cursor: pointer;
	background: transparent;
	border: 0;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #ed5a53;
	padding: 0;
	outline: 0;
	position: relative;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	line-height: 150%;
	border-radius: 0;
}

.buttons .button:hover,
.buttons .button:focus {
	font-weight: bold;
	background: transparent;
	color: #ed5a53;
}

.buttons .button.float-left {
	float: left;
}

.buttons .button.float-right {
	float: right;
}

.buttons .button.has-icon-left {
	padding-left: 38px;
}

.buttons .button.has-icon-right {
	padding-right: 38px;
}

.buttons .button.has-icon-left:after {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	height: 26px;
	width: 26px;
}

.buttons .button.has-icon-right:after {
	content: '';
	position: absolute;
	right: 0;
	top: 2px;
	height: 26px;
	width: 26px;
}

.buttons .button.share-result:after {
	background: url('assets/images/facebook_icon.svg') no-repeat left center;
	background-size: 26px 26px;
}

.buttons .button.see-answers:after {
	background: url('assets/images/info_icon.svg') no-repeat left center;
	background-size: 26px 26px;
}

.buttons .button.restart-quiz:after {
	background: url('assets/images/reload_icon.svg') no-repeat left center;
	background-size: 26px 26px;
}

.buttons .button.show-next-question:after {
	background: url('assets/images/right_arrow_icon_2.svg') no-repeat left center;
	background-size: 26px 26px;
}

.buttons .button.show-prev-question:after {
	background: url('assets/images/left_arrow_icon_2.svg') no-repeat right center;
	background-size: 26px 26px;
}

.spinner-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sk-fading-circle {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #f9cd2c;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/montserrat-bold-webfont.woff2') format('woff2'),
		url('assets/fonts/montserrat-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/montserrat-light-webfont.woff2') format('woff2'),
		url('assets/fonts/montserrat-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/montserrat-regular-webfont.woff2') format('woff2'),
		url('assets/fonts/montserrat-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@media (max-width: 1100px) {
	.container {
		padding: 0 15px;
	}

	.page-header .logo {
		width: 250px;
	}

	.page-header .webpage-link {
		display: none;
	}

	.quiz-wrapper .container {
		padding: 0 15px;
	}

	.quiz-wrapper.start p {
		font-size: 22px;
	}

	.quiz {
		padding: 50px 30px;
	}

	.question .quiz {
		padding: 50px 30px;
	}

	.quiz p {
		font-size: 20px;
	}

	.quiz .body {
		padding: 50px 30px;
	}

	.score .quiz {
		padding: 30px;
	}

	.buttons .button {
		font-size: 22px;
	}
}

@media (max-width: 800px) {
	.quiz-wrapper.start p {
		font-size: 20px;
	}

	.quiz p {
		font-size: 19px;
	}

	.quiz .body {
		padding: 30px 0;
	}

	.start .quiz .body,
	.score .quiz .body {
		padding: 30px;
	}

	.correct-answers {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.score .buttons .button {
		display: block;
		float: none;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.score .buttons .button:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 600px) {
	.quiz h2 {
		font-size: 36px;
	}

	.answers .answer {
		font-size: 18px;
	}

	.answers .answer .icon {
		width: 25px;
		height: 25px;
		top: -1px;
	}

	.answers .answer .icon:after {
		width: 8px;
		height: 8px;
	}

	.answers .answer .text {
		width: calc(100% - 40px);
	}
}

@media (max-width: 480px) {
	.page-header .logo p {
		font-size: 12px;
		margin-top: 25px;
		margin-bottom: 15px;
	}

	.page-header .logo img {
		width: 200px;
	}

	.quiz-wrapper {
		padding: 30px 0;
	}

	.quiz-wrapper .container {
		padding: 0 8px;
	}

	.quiz-wrapper .inner {
		padding: 8px;
		border: 4px solid #fff;
	}

	.quiz-wrapper.start p {
		font-size: 17px;
	}

	.quiz {
		padding: 30px 15px;
	}

	.question .quiz {
		padding: 30px 15px;
	}

	.quiz h1 {
		font-size: 24px;
	}

	.quiz h2 {
		font-size: 30px;
	}

	.quiz h3 {
		font-size: 22px;
	}

	.quiz p {
		font-size: 17px;
	}

	.start .quiz .body,
	.score .quiz .body {
		padding: 30px 0;
	}

	.quiz .top-inner .numbers {
		font-size: 16px;
		left: -1px;
	}

	.answers .answer {
		font-size: 17px;
	}

	.answers .answer .icon {
		width: 22px;
		height: 22px;
		top: 0;
	}

	.answers .answer .icon:after {
		width: 7px;
		height: 7px;
	}

	.answers .answer .text {
		width: calc(100% - 37px);
	}

	.correct-answers .question {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.correct-answers .question p {
		font-size: 16px;
	}

	.buttons .button {
		font-size: 15px;
	}

	.buttons .button.has-icon-left {
		padding-left: 24px;
	}

	.buttons .button.has-icon-right {
		padding-right: 24px;
	}

	.buttons .button.has-icon-left:after {
		height: 18px;
		width: 18px;
	}

	.buttons .button.has-icon-right:after {
		height: 18px;
		width: 18px;
	}

	.buttons .button.share-result:after {
		background-size: 18px 18px;
	}

	.buttons .button.see-answers:after {
		background-size: 18px 18px;
	}

	.buttons .button.restart-quiz:after {
		background-size: 18px 18px;
	}

	.buttons .button.show-next-question:after {
		background-size: 18px 18px;
	}

	.buttons .button.show-prev-question:after {
		background-size: 18px 18px;
	}
}

@-webkit-keyframes animate-in-left {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 1;
		display: block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes animate-in-left {
	0% {
		transform: translateX(-100%);
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 1;
		display: block;
		transform: translateX(0);
	}
}

@-o-keyframes animate-in-left {
	0% {
		transform: translateX(-100%);
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 1;
		display: block;
		transform: translateX(0);
	}
}

@keyframes animate-in-left {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 1;
		display: block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes animate-out-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		display: none;
	}
}

@-moz-keyframes animate-out-right {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		transform: translateX(100%);
		opacity: 0;
		display: none;
	}
}

@-o-keyframes animate-out-right {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		transform: translateX(100%);
		opacity: 0;
		display: none;
	}
}

@keyframes animate-out-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		display: none;
	}
}

@-webkit-keyframes animate-in-right {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 1;
		display: block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes animate-in-right {
	0% {
		transform: translateX(100%);
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 1;
		display: block;
		transform: translateX(0);
	}
}

@-o-keyframes animate-in-right {
	0% {
		transform: translateX(100%);
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 1;
		display: block;
		transform: translateX(0);
	}
}

@keyframes animate-in-right {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 1;
		display: block;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes animate-out-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
		display: none;
	}
}

@-moz-keyframes animate-out-left {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		transform: translateX(-100%);
		opacity: 0;
		display: none;
	}
}

@-o-keyframes animate-out-left {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		transform: translateX(-100%);
		opacity: 0;
		display: none;
	}
}

@keyframes animate-out-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
		display: none;
	}
}

@-webkit-keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}
