* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

pre {
	background: 0 0;
	border: 0;
	white-space: normal;
	word-break: break-word;
	margin: 0;
	line-height: 35px
}

#sOverlay {
	z-index: 9990;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: url(/images/background_pattern.png) #dedede !important
}

.sPlay {
	position: absolute;
	background: url(../img/play.png) no-repeat right;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	display: none;
	opacity: 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

.sTitle {
	position: absolute;
	font-size: 14px;
	color: #000;
	top: -13px;
	left: 85px
}

div#snackProgress {
	position: absolute;
	line-height: 18px;
	text-align: center;
	font-family: Roboto, Arial;
	font-size: 10pt;
	font-weight: semibold;
	left: 0;
	right: 0;
	top: 0;
	height: 5px;
	z-index: 13
}

progress#snackProgressBar {
	border: none;
	height: 5px;
	background: #e9e9e9;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
	z-index: 86
}

progress::-webkit-progress-bar {
	background: #e9e9e9
}

progress::-webkit-progress-value {
	background: #09cb0a
}

progress::-moz-progress-bar {
	background: #09cb0a
}

#snackName {
	left: 35px;
	font-size: .8em;
	overflow: hidden;
	width: auto;
	position: absolute;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 100%;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
	left: 0;
	right: 73px
}

.snackNameSupportDiv {
	display: inline-table;
	height: 74px
}

span.snackNameSpan {
	display: table-cell;
	vertical-align: middle;
	white-space: pre-line
}

#snackerProfile {
	position: relative;
	border: none;
	width: auto;
	height: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 2;
	margin: 2px 0;
	display: block;
	text-align: center;
	margin-right: 10px;
}

#snackerProfile img {
	height: 50px;
	width: 50px;
	margin: 0 auto;
	position: relative;
	display: block;
	border: 2px #fff solid;
	display: inline;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37)
}

div#snackInfo {
	position: relative;
	float: right;
	width: 255px;
	background: 0 0;
	margin: 0 auto;
	display: block;
	z-index: 9999
}

.snackInfoLine {
	border-bottom: 1px solid #fff;
	min-height: 64px;
	padding-left: 7px;
	width: 230px;
	margin: 0 auto;
	position: relative;
	white-space: nowrap;
	display: flex;
	text-align: center;
	font-weight: 600;
	justify-content: center;
	align-items: center;
}

span#snackerName {
	position: relative;
	font-family: Roboto, Arial;
	font-weight: 300;
	color: #000;
	font-size: 11pt;
	display: block;
	text-align: center;
	float: none;
}

.snackStats {
	padding: 5px;
	line-height: 54px;
	font-family: Roboto, Arial;
	font-weight: 600;
	color: #212121;
	font-size: 11pt;
	background-repeat: no-repeat;
	background-position: 0 center;
	-moz-background-size: 17px auto;
	-o-background-size: 17px auto;
	background-size: 17px auto;
	text-align: left;
	position: relative;
	display: flex;
	margin: 0 10px;
	justify-content: center;
	align-items: center;
}

div#snackStars {
	cursor: pointer
}

.starred .icon-star path {
	fill: var(--main-color);
	stroke: var(--main-color);
	transition: .45s ease;
}

div#snackViews {
	position: relative
}

div#snackViews .icon-eye {
	position: relative;
	font-size: 19px;
	display: inline-block;
	padding-right: 5px;
	top: 3px
}

.likeIt {
	line-height: 65px;
	color: #000;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 95% 19px;
	background-color: transparent;
	font-size: .9em;
	position: relative;
	float: left;
	height: 65px
}


.snackInfoLine .icon-star,
.tile .icon-star {
	width: 20px;
	height: 17px;
	position: relative;
	display: flex;
	margin-right: 5px;
}


.snackInfoLine .share {
	position: relative;
	display: inline-block;
	font-size: 29px;
	height: 45px;
	width: 33px;
	cursor: pointer;
	top: 9px;
}

.snackInfoLine .icon-star:after,
.tile .icon-star:after {
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	display: block;
	border-radius: 100%
}

.starred .icon-star:after {
	z-index: 1;
	animation: pulsate .3s ease-out 0s
}

@keyframes pulsate {
	to {
		border: solid 30px #bf7399;
		opacity: 0;
		left: -20px;
		top: -20px
	}

}

.shareText {
	line-height: 64px;
	color: #000;
	cursor: pointer;
	width: auto;
	float: left;
	font-size: .9em;
	position: relative;
	margin-left: 1px;
	display: inline-block
}

.snackShare {
	width: 26px;
	height: 26px;
	top: 16px;
	display: inline-block;
	margin: 2px;
	position: relative;
	-moz-background-size: auto 26px;
	-o-background-size: auto 26px;
	background-size: auto 26px;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	font-size: 25px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #212121
}

.snackShare:hover {
	color: #a06986
}

#sPlayer {
	top: 69px;
	width: 1024px;
	bottom: 35px;
	position: fixed;
	left: 50%;
	z-index: 9999;
	margin-left: -512px;
	display: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'Titillium Web', Roboto, Arial !important
}

div#sClose {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	font-size: 34px;
	width: 70px;
	color: #c5c5c5;
	text-align: center;
	line-height: 57px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: 0 0;
	z-index: 5;
	box-shadow: inset 1px 0 2px 0 rgba(233, 233, 233, .64)
}

div#sClose:after {
	position: absolute;
	top: 0;
	right: -3px;
	width: 3px;
	bottom: 0;
	height: 100%;
	background: url(/images/shadow_pattern_horiz_right.png);
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto
}

div#sClose:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: var(--main-color);
	color: #fff;
}

div#sContent {
	position: relative;
	height: 100%;
	float: right;
	width: 768px;
	background: #fff
}

div#sHolder {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0px;
	z-index: 11;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-bottom: 50px
}

div#sTitle {
	right: 0;
	height: 67px;
	position: absolute;
	line-height: 50px;
	width: 768px;
	top: -69px;
	font-size: 15px;
	font-size: 20px;
	z-index: 10;
	color: var(--main-color);
	background: #fff;
	text-align: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0 2px 2px rgba(233, 233, 233, .64);
}

div#sTitle:before {
	position: absolute;
	top: 0;
	left: -3px;
	width: 3px;
	bottom: 0;
	height: 100%;
	background: url(/images/shadow_pattern_horiz_left.png);
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto
}

div#sTitle:after {
	position: absolute;
	top: 0;
	right: -3px;
	width: 3px;
	bottom: 0;
	height: 100%;
	background: url(/images/shadow_pattern_horiz_right.png);
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto
}

.textbox {
	font-size: 15px !important;
	text-align: left;
	line-height: 23px;
	background: 0 0;
	border: 0;
	font-family: 'Titillium Web', Roboto, Arial !important;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre-line;
	margin: 0;
	padding: 2px;
	overflow: visible;
	display: block;
}

.answerIcon {
	width: 35px;
	height: 35px;
	top: 0;
	float: left;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	text-align: center;
	border: 2px solid #fff;
	background: #fff;
	color: #fff
}

.answerIcon.correct {
	background: #00ad0f
}

.answerIcon.wrong {
	background-image: url('/images/answers/wrong-answer.png');
	background: #c00
}

.answerIcon.open {
	color: #000
}

.answerIcon.correctAnswer {
	background-color: rgba(86, 185, 59, .27)
}

.answerIcon.wrongAnswer {
	background-color: rgba(255, 0, 0, 0.29)
}

.answerIcon:after {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: inherit;
	font-weight: 600;
	line-height: 30px
}

.bubbleR span.mcAnswer:nth-of-type(1) .answerIcon:after {
	content: "A"
}

.bubbleR span.mcAnswer:nth-of-type(2) .answerIcon:after {
	content: "B"
}

.bubbleR span.mcAnswer:nth-of-type(3) .answerIcon:after {
	content: "C"
}

.bubbleR span.mcAnswer:nth-of-type(4) .answerIcon:after {
	content: "D"
}

.bubbleR span.mcAnswer:nth-of-type(5) .answerIcon:after {
	content: "E"
}

.setAnswer {
	padding: 2px
}

.mcAnswer {
	display: block;
	font-size: 15px;
	z-index: 100;
	min-height: 35px;
	height: auto;
	width: 100%;
	-o-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 7px;
	position: relative;
	padding-left: 40px;
	line-height: 23px;
	word-break: break-word;
	padding-top: 5px
}

.openAnswer {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.mcAnswer:hover .openAnswer {
	padding: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, .3)
}

.bubble {
	position: relative;
	width: 100%;
	height: auto;
	padding: 6px;
	min-height: 38px;
	margin-top: 13px;
	background: #f4f4f4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 0 -1px #d6d6d6;
	-moz-box-shadow: 0 3px 0 -1px #d6d6d6;
	box-shadow: 0 3px 0 -1px #d6d6d6;
	line-height: 50px;
	margin-bottom: 9px;
	margin: 4px 0;
}

.bubble {
	min-width: 100px;
	float: left;
	max-width: 100%;
	width: auto !important;
	padding-right: 10px
}

.bubble video {
	width: 100%
}

.imageBubble {
	position: relative;
	width: 200px;
	width: auto;
	max-width: 80%;
	padding: 0;
	overflow: hidden;
	line-height: 0;

	margin-top: 13px;
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: 4px 3px 0 0 rgba(178, 178, 178, .46);
	box-shadow: none;
	margin-bottom: 9px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: left;
	float: left;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all
}

.imageBubble.full {
	width: 100%
}

.imageBubble .image {
	width: 100%;
	height: 100%;
	background-position: center;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	position: relative;
	float: left;
	max-height: 200px;
	background-repeat: no-repeat
}

.bigImageBubble {
	width: 100%;
	height: auto;
	margin-left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: none
}

.bigImageBubble img {
	max-width: 100% !important;
	height: auto;
	width: auto !important
}

.imageBubble img {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	min-width: 200px;
}

div.snackRankStar {
	width: 40px;
	height: 45px;
	float: left;
	background: url(/images/icons/star_empty.png) no-repeat center;
	cursor: pointer
}

div.snackRankStarFull {
	background: url(/images/icons/star_full.png) no-repeat center
}

.mcQuestion {
	border-bottom: 1px solid #dbdbdb;
	padding-right: 11px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.mcImageBubble {
	position: relative;
	max-width: 767px;
	background: #f4f4f4;
	height: auto;
	padding: 6px;
	float: right;
	min-height: 60px;
	text-align: center;
	margin-top: 13px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: perspective(0);
	-moz-transform: perspective(0);
	transform: perspective(0);
	margin-bottom: 9px;
	line-height: 0;
	border: 2px solid var(--main-color)
}

.poll {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: table;
	margin-bottom: 20px;
	margin-top: 20px
}

.poll.element-poll {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transform: perspective(0);
	-moz-transform: perspective(0);
	transform: perspective(0);
	margin-top: 13px;
	margin-bottom: 9px
}

.pollData {
	background: 0 0;
	font-size: 16px;
	line-height: 10px;
	color: #000;
	font-weight: semibold;
	text-align: center;
	display: inline-block;
	text-shadow: 0 0 2px #949494
}

.pollQuestions {
	position: relative;
	font-family: 'Titillium Web', Roboto, Arial;
	height: auto;
	width: auto;
	display: table-cell;
	vertical-align: middle
}

.pollQuestion {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 25px;
	margin: 2px;
	text-align: left
}

.pollQuestion .colorMakrer {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 20px
}

.pollQuestion .colorMakrer.poll-a {
	background: #a06986
}

.pollQuestion .colorMakrer.poll-b {
	background: #22bcf0
}

.pollQuestion .colorMakrer.poll-c {
	background: #c2de3c
}

.pollQuestion .colorMakrer.poll-d {
	background: #e74a99
}

.pollQuestion .colorMakrer.poll-e {
	background: #ffa53b
}

.poll canvas {
	position: relative;
	float: left
}

.pollQuestionsWrapper {
	position: relative;
	float: left;
	width: auto;
	height: 250px;
	display: table
}

.bubbleR {
	min-width: 265px;
	width: auto !important;
	float: right
}

.editArea .bubbleR {
	width: 100% !important
}

.elementLine {
	position: relative;
	width: 100%;
	height: auto;
	margin: 7px 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	padding: 0 15px;
	clear: both;
	display: table;
	table-layout: fixed;
	max-width: 100%;
}

.bubbleR {
	line-height: 50px;
	position: relative;
	width: auto;
	height: auto;
	min-height: 60px;
	padding: 8px;
	padding-bottom: 0;
	width: 100%;
	float: right;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: #f4f4f4;
	max-width: 100%;
	border: 2px solid var(--main-color);
	margin: 6px 0
}

div.bubbler-hint {
	position: absolute;
	display: inline-block;
	font-size: 12px;
	color: #9c9c9c;
	line-height: normal !important;
	top: 0;
	width: 150px;
	margin-left: -75px;
	left: 50%
}

.bubbleR.mc.correct {
	border: 2px solid #00ad0f
}

.bubbleR.mc.correct:before {
	border-color: transparent transparent transparent #00ad0f !important
}

.bubbleR.mc.false {
	border: 2px solid #c00
}

.bubbleR.mc.false:before {
	border-color: transparent transparent transparent #c00
}

.coin {
	position: absolute;
	left: 0;
	width: 32px;
	height: 32px;
	background: url(/images/golden_coin_small.png) no-repeat center;
	z-index: 11111;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 5px 7px 23px -8px #5f5f5f;
	-moz-box-shadow: 5px 7px 23px -8px #5f5f5f;
	box-shadow: 5px 7px 23px -8px #5f5f5f;
	top: 0;
	-webkit-animation: coinFlyAway 1.9s infinite;
	-moz-animation: coinFlyAway 1.9s infinite;
	-o-animation: coinFlyAway 1.9s infinite;
	animation: coinFlyAway 1.9s infinite
}

.sUserData img {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	float: left;
	padding: 0;
	margin: -2px 0 0 -3px;
	height: 76px;
	background: #fff;
	width: auto
}

.sUserData {
	width: 74px;
	float: left;
	height: 68px;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	background: #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

span.smiley {
	color: #a0a0a0;
	position: relative;
	display: inline;
	padding-left: 36px
}

span.smiley img {
	width: 36px !important;
	background: 0 0 !important;
	position: absolute;
	left: 0;
	top: -6px
}

#sPlayer::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5
}

#sPlayer::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5
}

#sPlayer::-webkit-scrollbar-thumb {
	background: #0ae -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent))
}

.mc-image-container img {
	width: 125px;
	background: rgba(210, 210, 213, 0);
	position: relative;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: perspective(0);
	-moz-transform: perspective(0);
	transform: perspective(0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.mc-image {
	position: relative;
	float: left;
	text-align: center;
	width: 125px;
	height: 125px
}

.mc-image img {
	cursor: pointer;
	width: 125px;
	height: 125px
}

.mc-image input {
	display: none
}

.mc-image label {
	width: 98%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.mc-image:hover {
	background: rgba(220, 220, 220, .15)
}

.mc-image-container {
	height: auto;
	width: auto;
	position: relative;
	float: right;
	z-index: 11;
	-webkit-transform: perspective(0);
	-moz-transform: perspective(0);
	transform: perspective(0)
}

.mc-overlay {
	width: 30px;
	top: 0;
	left: 0;
	height: 30px;
	z-index: 5;
	-webkit-border-radius: 0 0 39px 0;
	-moz-border-radius: 0 0 39px 0;
	border-radius: 0 0 39px 0;
	position: absolute;
	-moz-background-size: auto 13px !important;
	-o-background-size: auto 13px !important;
	background-size: auto 13px !important
}

.mc_hint {
	position: relative;
	width: 100%;
	height: auto;
	line-height: 16px;
	font-size: 12px;
	color: #929292
}

.mc-image-element {
	position: relative;
	float: none;
	width: 125px;
	z-index: 500;
	cursor: pointer;
	height: 125px;
	-webkit-box-shadow: 0 0 0 1px #d8d8d8;
	-moz-box-shadow: 0 0 0 1px #d8d8d8;
	box-shadow: 0 0 0 1px #d8d8d8;
	display: inline-block;
	margin: 2px;
	vertical-align: top;
	transition: .3s all ease;
	border: 0 solid transparent
}

.mc-image-element img {
	width: 100%;
	height: 100%;
	transition: .3s all ease
}

.mc-img-correct {
	background: url(data:image/png;base64,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) no-repeat center;
	background-color: #00ad0f;
	background-position: 3px 5px !important
}

.mc-img-wrong {
	background: url(data:image/png;base64,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) no-repeat center;
	background-color: #d72910;
	background-position: 5px 6px !important
}

img.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(data:image/svg+xml;utf8,#grayscale);
	-webkit-filter: gray;
	filter: gray
}

.bubble:before {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 2px;
	left: -10px;
	display: block;
	border-style: solid;
	border-width: 12px 13px 12px 0;
	border-color: transparent #d6d6d6 transparent transparent
}

.bubble:after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 4px;
	left: -10px;
	display: block;
	border-style: solid;
	border-width: 12px 13px 12px 0;
	border-color: transparent #f4f4f4 transparent transparent
}

.tail:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .5px 23px 26.5px 47.8px;
	border-color: transparent transparent rgba(255, 255, 255, 1) rgba(255, 255, 255, 0);
	position: absolute;
	bottom: -25px;
	left: -23px;
	z-index: 100
}

.tail {
	position: absolute;
	z-index: 10;
	top: 1px;
	left: -25px;
	display: block;
	border-style: solid;
	-webkit-border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
	border-radius: 8px 0 0 0;
	border-width: 26px 23px 0 4px;
	border-color: rgba(232, 233, 232, 0) rgba(232, 233, 232, 1) rgba(255, 255, 255, 0) rgba(232, 233, 232, 0)
}

.bubbleR:after,
.mcImageBubble:after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 8px;
	right: -11px;
	border-style: solid;
	border-width: 12px 0 12px 13px;
	border-color: transparent transparent transparent #f4f4f4;
	display: block
}

.bubbleR:before,
.mcImageBubble:before {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 8px;
	right: -14px;
	border-style: solid;
	border-width: 12px 0 12px 13px;
	border-color: transparent transparent transparent var(--main-color);
	display: block
}

.mcImageBubble.right {
	border-color: #4caf50
}

.mcImageBubble.wrong {
	border-color: #d32f2f
}

.mcImageBubble.right:before {
	border-color: transparent transparent transparent #4caf50
}

.mcImageBubble.wrong:before {
	border-color: transparent transparent transparent #d32f2f
}

#sTitle img {
	width: 50px
}

.email-input {
	display: none;
	width: 270px;
	position: absolute;
	z-index: 10014;
	background-color: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	left: 28px;
	border: 1px solid #cfcfcf;
	top: -46px;
	-webkit-box-shadow: 0 0 10px -3px #000;
	-moz-box-shadow: 0 0 10px -3px #000;
	box-shadow: 0 0 10px -3px #000
}

.email-input:before {
	content: "";
	position: absolute;
	z-index: 10;
	top: 48px;
	left: -18px;
	display: block;
	border-style: solid;
	border-width: 13px 18px 13px 0;
	border-color: transparent rgba(168, 168, 168, 1) transparent transparent
}

.email-input:after {
	content: "";
	position: absolute;
	z-index: 10;
	top: 49px;
	left: -16px;
	display: block;
	border-style: solid;
	border-width: 12px 17px 12px 0;
	border-color: transparent rgba(221, 221, 221, 1) transparent transparent
}

.email-text {
	text-align: center;
	font-size: 14px;
	color: #989898
}

.mail-success {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -9px;
	left: 12px;
	z-index: 9999;
	margin-left: -25px;
	background: url(/images/icons/editor/radiobtn_on.png) no-repeat center;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}

.email-input textarea {
	width: 80%;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d0d0d0;
	height: 40px;
	font-size: 15px;
	text-align: center;
	margin-top: 7px;
	resize: none
}

.email-accept {
	position: relative;
	float: left;
	width: 50%;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	height: 40px;
	margin-top: 10px;
	background-image: url(/images/icons/editor/radiobtn_on.png);
	background-color: #ddd;
	font-weight: semibold;
	background-repeat: no-repeat;
	-moz-background-size: auto 85%;
	-o-background-size: auto 85%;
	background-size: auto 85%;
	background-position: center
}

.email-decline {
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
	line-height: 40px;
	height: 40px;
	margin-top: 10px;
	cursor: pointer;
	font-weight: semibold;
	background-image: url(/images/icons/editor/radiobtn_wrong.png);
	-moz-background-size: auto 85%;
	-o-background-size: auto 85%;
	background-size: auto 85%;
	background-repeat: no-repeat;
	background-position: center
}

.learningsnacksPreLoader {
	position: absolute !important;
	width: 45px !important;
	margin: 0 auto;
	z-index: 9999;
	padding: 0 !important;
	list-style: none;
	left: 50%;
	height: 100%;
	top: 50%;
	margin-top: -25px !important;
	margin-left: -16px !important
}

ul.learningsnacksPreLoader.notFixed:before {
	content: "";
	vertical-align: middle;
	height: 100%;
	display: inline-block;
	margin-left: -.25em
}

.learningsnacksPreLoader.notFixed {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	top: 0 !important;
	position: relative !important;
	margin: 0 !important;
	left: 0;
	width: 100% !important;
	height: 100%;
	bottom: 0
}

.learningsnacksPreLoader li {
	background-color: var(--main-color);
	width: 6px;
	height: 6px;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 15px;
	box-shadow: 0 0 0 0 var(--main-color)
}

.bubbleR.proceed {
	min-width: 50px;
	min-height: 50px;
	line-height: 0;
	cursor: pointer;
	padding: 5px;
	border: none;
	-webkit-box-shadow: 1px 2px 0 #d6d6d6;
	-moz-box-shadow: 1px 2px 0 #d6d6d6;
	box-shadow: 1px 2px 0 #d6d6d6
}

.bubbleR.proceed:before {
	border-color: transparent transparent transparent rgba(214, 214, 214, 1);
	border-width: 10px 0 12px 12px;
	top: 24px;
	right: -11px
}

.bubbleR.proceed span {
	width: auto;
	height: 43px;
	line-height: 43px;
	top: 8px;
	padding-right: 51px;
	padding-left: 10px;
	left: 7px;
	font-size: 15px;
	display: block;
	z-index: 100
}

.bubbleR.proceed.clicked {
	cursor: default
}

.bubbleR.proceed .pulse {
	width: 37px;
	height: 37px;
	position: absolute;
	top: 9px;
	right: 10px;
	background: var(--main-color);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .45s ease background;
}

.bubbleR.proceed .pulse:after {
	content: "";
	border-width: 6px;
	border-color: transparent white white transparent;
	border-style: solid;
	position: relative;
	display: block;
	transform: translateX(-24%) rotate(-45deg);
}

.pulse.check {
	background: url(/images/icons/check_white.png) no-repeat center var(--main-color) !important;
	background-size: 30px !important;
}

.bubbleR.proceed .pulse.check:after{
	content:none;
}

.bubbleR.proceed
.pulse.stop {
	background: #b2b2b2;
}

.pulse:not(.stop) {
	-webkit-animation: pulse 1.5s ease-in-out infinite;
	-moz-animation: pulse 1.5s ease-in-out infinite;
	-o-animation: pulse 1.5s ease-in-out infinite;
	animation: pulse 1.5s ease-in-out infinite;
}

div#lsSuggestions {
	position: relative;
	left: 0;
	max-height: 0;
	width: 100%;
	text-align: center;
	bottom: 0;
	z-index: 8000;
	background-color: rgba(216, 216, 216, .19);
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

div#lsBranding {
	position: absolute;
	left: 0;
	height: 50px;
	width: 100%;
	text-align: center;
	bottom: 0;
	z-index: 7994;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: -2px 0 4px 0 rgba(136, 136, 136, .64), 2px 0 4px 0 rgba(136, 136, 136, .64);
	-moz-box-shadow: -2px 0 4px 0 rgba(136, 136, 136, .64), 2px 0 4px 0 rgba(136, 136, 136, .64);
	box-shadow: -2px 0 4px 0 rgba(136, 136, 136, .64), 2px 0 4px 0 rgba(136, 136, 136, .64);
	-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none; /* Firefox all */
	-ms-user-select: none; /* IE 10+ */
	user-select: none;
}

div#suggestClose {
	color: #7a7e9c;
	cursor: pointer;
	font-family: Roboto, Arial;
	font-size: 25pt;
	height: 30px;
	width: 30px;
	line-height: 35px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: -9px;
	z-index: 4
}

.lsSuggestionOpen div#sHolder {
	padding: 0
}

.lsSuggestionOpen div#lsSuggestions {
	max-height: 290px !important;
	height: 100%;
	padding: 5px 0 5px 0;
	box-shadow: inset 0 2px 0 0 #8d2259
}

.suggestion {
	width: 181px;
	height: 202px;
	position: relative;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	padding: 2px;
	margin: 0 13px;
	vertical-align: top;
	top: 100%;
	transform: translate3d(0, -100%, 0)
}

.suggestion img {
	width: auto;
	position: relative;
	display: block;
	margin: 0 auto;
	height: 140px
}

.suggestion span {
	position: relative;
	width: 100%;
	color: #000;
	height: auto;
	line-height: 1.3;
	padding: 0 12px;
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis
}

.suggestion a {
	max-width: 100%;
	display: block;
	position: absolute;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-shadow: 0 0 9px -2px #000;
	-moz-box-shadow: 0 0 9px -2px #000;
	box-shadow: 0 0 9px -2px #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	top: 0;
	left: 0;
	z-index: 55
}

@-webkit-keyframes coinFlyAway {
	from {
		-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, .00001deg);
		transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, .00001deg);
		-webkit-box-shadow: 5px 7px 23px -8px #5f5f5f;
		box-shadow: 5px 7px 23px -8px #5f5f5f;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, -100px, 0) rotate3d(0, 1, 0, 360deg);
		transform: translate3d(0, -100px, 0) rotate3d(0, 1, 0, 360deg);
		-webkit-box-shadow: -5px 7px 23px -8px #5f5f5f;
		box-shadow: -5px 7px 23px -8px #5f5f5f;
		opacity: 0
	}

}

@-moz-keyframes coinFlyAway {
	from {
		-moz-transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, .00001deg);
		transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, .00001deg);
		-moz-box-shadow: 5px 7px 23px -8px #5f5f5f;
		box-shadow: 5px 7px 23px -8px #5f5f5f;
		opacity: 1
	}

	to {
		-moz-transform: translate3d(0, -100px, 0) rotate3d(0, 1, 0, 360deg);
		transform: translate3d(0, -100px, 0) rotate3d(0, 1, 0, 360deg);
		-moz-box-shadow: -5px 7px 23px -8px #5f5f5f;
		box-shadow: -5px 7px 23px -8px #5f5f5f;
		opacity: 0
	}

}

@-o-keyframes coinFlyAway {
	from {
		transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, .00001deg);
		box-shadow: 5px 7px 23px -8px #5f5f5f;
		opacity: 1
	}

	to {
		transform: translate3d(0, -100px, 0) rotate3d(0, 1, 0, 360deg);
		box-shadow: -5px 7px 23px -8px #5f5f5f;
		opacity: 0
	}

}

@keyframes coinFlyAway {
	from {
		-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, .00001deg);
		-moz-transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, .00001deg);
		transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, .00001deg);
		-webkit-box-shadow: 5px 7px 23px -8px #5f5f5f;
		-moz-box-shadow: 5px 7px 23px -8px #5f5f5f;
		box-shadow: 5px 7px 23px -8px #5f5f5f;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, -100px, 0) rotate3d(0, 1, 0, 360deg);
		-moz-transform: translate3d(0, -100px, 0) rotate3d(0, 1, 0, 360deg);
		transform: translate3d(0, -100px, 0) rotate3d(0, 1, 0, 360deg);
		-webkit-box-shadow: -5px 7px 23px -8px #5f5f5f;
		-moz-box-shadow: -5px 7px 23px -8px #5f5f5f;
		box-shadow: -5px 7px 23px -8px #5f5f5f;
		opacity: 0
	}

}

@-webkit-keyframes pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	10% {
		-ms-transform: scale(.97);
		-webkit-transform: scale(.97);
		transform: scale(.97)
	}

	20% {
		-ms-transform: scale(.94);
		-webkit-transform: scale(.94);
		transform: scale(.94)
	}

	30% {
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	40% {
		-ms-transform: scale(.87);
		-webkit-transform: scale(.87);
		transform: scale(.87)
	}

	50% {
		-ms-transform: scale(.84);
		-webkit-transform: scale(.84);
		transform: scale(.84)
	}

	60% {
		-ms-transform: scale(.87);
		-webkit-transform: scale(.87);
		transform: scale(.87)
	}

	70% {
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}

	80% {
		-ms-transform: scale(.92);
		-webkit-transform: scale(.92);
		transform: scale(.92)
	}

	90% {
		-ms-transform: scale(.94);
		-webkit-transform: scale(.94);
		transform: scale(.94)
	}

	100% {
		-ms-transform: scale(.97);
		-webkit-transform: scale(.97);
		transform: scale(.97)
	}

}

@-moz-keyframes pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}

	10% {
		-ms-transform: scale(.97);
		-webkit-transform: scale(.97);
		-moz-transform: scale(.97);
		transform: scale(.97)
	}

	20% {
		-ms-transform: scale(.94);
		-webkit-transform: scale(.94);
		-moz-transform: scale(.94);
		transform: scale(.94)
	}

	30% {
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		transform: scale(.9)
	}

	40% {
		-ms-transform: scale(.87);
		-webkit-transform: scale(.87);
		-moz-transform: scale(.87);
		transform: scale(.87)
	}

	50% {
		-ms-transform: scale(.84);
		-webkit-transform: scale(.84);
		-moz-transform: scale(.84);
		transform: scale(.84)
	}

	60% {
		-ms-transform: scale(.87);
		-webkit-transform: scale(.87);
		-moz-transform: scale(.87);
		transform: scale(.87)
	}

	70% {
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		transform: scale(.9)
	}

	80% {
		-ms-transform: scale(.92);
		-webkit-transform: scale(.92);
		-moz-transform: scale(.92);
		transform: scale(.92)
	}

	90% {
		-ms-transform: scale(.94);
		-webkit-transform: scale(.94);
		-moz-transform: scale(.94);
		transform: scale(.94)
	}

	100% {
		-ms-transform: scale(.97);
		-webkit-transform: scale(.97);
		-moz-transform: scale(.97);
		transform: scale(.97)
	}

}

@-o-keyframes pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	10% {
		-ms-transform: scale(.97);
		-webkit-transform: scale(.97);
		-o-transform: scale(.97);
		transform: scale(.97)
	}

	20% {
		-ms-transform: scale(.94);
		-webkit-transform: scale(.94);
		-o-transform: scale(.94);
		transform: scale(.94)
	}

	30% {
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9)
	}

	40% {
		-ms-transform: scale(.87);
		-webkit-transform: scale(.87);
		-o-transform: scale(.87);
		transform: scale(.87)
	}

	50% {
		-ms-transform: scale(.84);
		-webkit-transform: scale(.84);
		-o-transform: scale(.84);
		transform: scale(.84)
	}

	60% {
		-ms-transform: scale(.87);
		-webkit-transform: scale(.87);
		-o-transform: scale(.87);
		transform: scale(.87)
	}

	70% {
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9)
	}

	80% {
		-ms-transform: scale(.92);
		-webkit-transform: scale(.92);
		-o-transform: scale(.92);
		transform: scale(.92)
	}

	90% {
		-ms-transform: scale(.94);
		-webkit-transform: scale(.94);
		-o-transform: scale(.94);
		transform: scale(.94)
	}

	100% {
		-ms-transform: scale(.97);
		-webkit-transform: scale(.97);
		-o-transform: scale(.97);
		transform: scale(.97)
	}

}

@keyframes pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	10% {
		-ms-transform: scale(.97);
		-webkit-transform: scale(.97);
		-moz-transform: scale(.97);
		-o-transform: scale(.97);
		transform: scale(.97)
	}

	20% {
		-ms-transform: scale(.94);
		-webkit-transform: scale(.94);
		-moz-transform: scale(.94);
		-o-transform: scale(.94);
		transform: scale(.94)
	}

	30% {
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9)
	}

	40% {
		-ms-transform: scale(.87);
		-webkit-transform: scale(.87);
		-moz-transform: scale(.87);
		-o-transform: scale(.87);
		transform: scale(.87)
	}

	50% {
		-ms-transform: scale(.84);
		-webkit-transform: scale(.84);
		-moz-transform: scale(.84);
		-o-transform: scale(.84);
		transform: scale(.84)
	}

	60% {
		-ms-transform: scale(.87);
		-webkit-transform: scale(.87);
		-moz-transform: scale(.87);
		-o-transform: scale(.87);
		transform: scale(.87)
	}

	70% {
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9)
	}

	80% {
		-ms-transform: scale(.92);
		-webkit-transform: scale(.92);
		-moz-transform: scale(.92);
		-o-transform: scale(.92);
		transform: scale(.92)
	}

	90% {
		-ms-transform: scale(.94);
		-webkit-transform: scale(.94);
		-moz-transform: scale(.94);
		-o-transform: scale(.94);
		transform: scale(.94)
	}

	100% {
		-ms-transform: scale(.97);
		-webkit-transform: scale(.97);
		-moz-transform: scale(.97);
		-o-transform: scale(.97);
		transform: scale(.97)
	}

}

@keyframes laadbalk {
	0% {
		background: #f1f1f1;
		box-shadow: 0 0 0 0 #f1f1f1
	}

	50% {
		background: var(--main-color);
		border-radius: 8px
	}

	100% {
		background: #f1f1f1;
		box-shadow: 0 0 0 0 #f1f1f1
	}

}

.learningsnacksPreLoader li:nth-child(1) {
	transform-origin: center;
	-webkit-animation: laadbalk 1.1s ease-in-out infinite .1s;
	-moz-animation: laadbalk 1.1s ease-in-out infinite .1s;
	-o-animation: laadbalk 1.1s ease-in-out infinite .1s;
	animation: laadbalk 1.1s ease-in-out infinite .1s
}

.learningsnacksPreLoader li:nth-child(2) {
	-webkit-animation: laadbalk 1.1s ease-in-out infinite .2s;
	-moz-animation: laadbalk 1.1s ease-in-out infinite .2s;
	-o-animation: laadbalk 1.1s ease-in-out infinite .2s;
	animation: laadbalk 1.1s ease-in-out infinite .2s
}

.learningsnacksPreLoader li:nth-child(3) {
	-webkit-animation: laadbalk 1.1s ease-in-out infinite .3s;
	-moz-animation: laadbalk 1.1s ease-in-out infinite .3s;
	-o-animation: laadbalk 1.1s ease-in-out infinite .3s;
	animation: laadbalk 1.1s ease-in-out infinite .3s
}

.image-viewer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.88);
	width: 100%;
	height: 100%;
	transform: translateZ(0);
}

.image-v-headerholder {
	position: relative;
	height: 66px;
	width: 100%;
	top: 0;
	background: #150e0e00;
	z-index: 555;
	box-shadow: 0 6px 17px -6px rgba(0, 0, 0, .63);
	overflow: hidden;
}

.image-v-header {
	position: absolute;
	height: 66px;
	width: 1024px;
	top: 0;
	left: 50%;
	margin-left: -512px;
	background: #fff0;
	z-index: 555;
	/* box-shadow: 0 0 2px 2px rgba(233, 233, 233, .64) */
}

img.image-v-img {
	position: absolute;
	margin: auto 0;
	transform: perspective(1000px);
	border: 0 solid transparent;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	background: #f5f5f5;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	backface-visibility: hidden
}

img.image-v-img.transition {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

img.image-v-img.holding {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing
}

.image-v-hint {
	position: absolute;
	color: #fff;
	font-size: 1.3em;
	width: 250px;
	text-align: center;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: 25px;
	z-index: 1000;
	display: none;
	transition: all .3s;
	opacity: 0;
	text-shadow: 1px 1px 5px #000, -1px -1px 2px #000
}

.image-v-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 52px;
	color: #ffffff;
	font-size: 44px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	line-height: 41px;
	z-index: 10;
	transition: all .3s;
	background: rgba(68, 68, 68, 0);
}

.image-v-close:hover {
	background: #ffffff;
	color: #000;
}

.image-v-scaling {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.image-v-scaling {
	position: absolute;
	left: 0;
	top: 0;
	right: 70px;
	height: 100%;
	width: auto;
	font-size: 23px;
	line-height: 60px;
	cursor: default;
	color: #c5c5c5;
	text-align: center
}

.image-v-scaling:before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
	background: #fff0;
	height: 100%;
	z-index: 6;
	line-height: 62px;
	width: 16px;
	text-align: center;
}

.image-v-scaling:after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	background: #fff0;
	height: 100%;
	z-index: 6;
	line-height: 62.5px;
	width: 16px;
}

.image-v-scaling-text {
	position: absolute;
	line-height: 46px;
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	background: #a9a9a9;
	top: 50%;
	margin-top: -25px;
	box-shadow: 0 0 0 2px #a9a9a9;
	border: 2px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	z-index: 5
}

.image-v-scaling-handle {
	position: absolute;
	height: 5px;
	background-color: #c8c8c8;
	left: 0;
	background-position: center;
	top: 50%;
	overflow: hidden;
	margin-top: -2.5px;
	width: 100%
}

.image-v-scaling-difftext {
	position: absolute;
	left: 0;
	color: #fff;
	left: 50%
}

@media screen and (max-width: 1024px) {
	div#snackInfo {
		width: 239px;
		float: left
	}

}

@media screen and (max-width: 1023px) {
	#sPlayer {
		top: 40px;
		right: 0;
		bottom: 0;
		z-index: 9999;
		width: 100% !important;
		margin-left: auto !important
	}

	#snackName {
		top: 5px !important;
		right: 45px;
		height: 35px;
		left: 35px
	}

	.snackNameSupportDiv {
		height: 35px
	}

	div#sTitle {
		-webkit-box-shadow: 0 5px 4px -7px #000;
		-moz-box-shadow: 0 5px 4px -7px #000;
		box-shadow: 0 0 9px -2px #000
	}

	.lsSuggestionOpen div#lsSuggestions {
		padding-top: 5px;
		padding-bottom: 5px
	}

	.suggestion img {
		height: 100%;
		max-height: 140px;
		width: 101%
	}

	.suggestion span {
		font-size: 15px
	}

	#sOverlay {
		top: 55px
	}

	#sContent {
		border: none;
		width: 100% !important
	}

	#snackProgressValue {
		display: none
	}

	#snackProgress {
		left: 0 !important;
		right: 0 !important;
		height: 5px !important
	}

	div#sClose {
		width: 40px !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: 41px !important;
		color: #c5c5c5;
		font-size: 36px;
		line-height: 35px !important
	}

	div#sClose:hover {
		color: var(--main-color);
		background: 0 0 !important
	}

	div#lsMenuToggle {
		position: absolute;
		left: 0;
		top: 5px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		height: 35px;
		width: 35px;
		background: url(/images/icons/svg/menu.svg) no-repeat center transparent;
		-moz-background-size: auto 12px;
		-o-background-size: auto 12px;
		background-size: auto 12px;
		z-index: 500;
		cursor: pointer
	}

	div#lsMenuToggle.open {
		background: url(/images/icons/arrow_left_player.png) no-repeat center transparent;
		-moz-background-size: auto 20px;
		-o-background-size: auto 20px;
		background-size: auto 20px
	}

	#snackInfo {
		display: block !important;
		position: fixed !important;
		height: auto !important;
		background: url(/images/background_pattern.png) !important;
		top: 40px !important;
		max-width: 230px;
		float: none !important;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
		bottom: 0 !important;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		z-index: 7000;
		left: 0
	}

	#snackInfo.open {
		width: 80%;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-box-shadow: 5px 2px 13px -9px #000;
		-moz-box-shadow: 5px 2px 13px -9px #000;
		box-shadow: 5px 2px 13px -9px #000
	}

	#sOverlay {
		z-index: 9998
	}

	.image-v-headerholder {
		height: 40px
	}

	.image-v-scaling {
		right: 40px
	}

	.image-v-scaling-text {
		height: 30px;
		width: 30px;
		margin-top: -15px;
		font-size: 12px;
		line-height: 27px
	}

	.image-v-header {
		height: 40px;
		width: 100%;
		margin: 0;
		left: 0
	}

	.image-v-scaling:before {
		line-height: 38px
	}

	.image-v-scaling:after {
		line-height: 35px
	}

	.image-v-header .image-v-close {
		line-height: 33px;
		width: 40px !important;
		height: 40px !important;
		color: #c5c5c5;
		font-size: 36px
	}

	.image-v-header .image-v-close:hover {
		color: var(--main-color);
		background: 0 0
	}

	.image-viewer {
		background: #000
	}

	.image-v-close {
		top: 0;
		right: 0;
		border-radius: 0;
		font-size: 41px;
		width: 45px;
		height: 45px;
		line-height: 38px;
	}

	#sTitle {
		top: -40px !important;
		border: none;
		right: -2px !important;
		height: 40px !important;
		left: 0;
		line-height: 40px !important;
		width: 100% !important
	}

	div#lsBranding {
		height: 40px
	}

}

.evaluation-chart-image {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 100%;
	border: 2px solid #fff;
	position: absolute;
	display: block;
	vertical-align: middle;
	bottom: 5px;
	left: 50%;
	margin-left: -20px;
	z-index: 2
}

.evaluation-bar:after {
	content: "";
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: rgba(255, 255, 255, .5);
	left: 0;
	opacity: 1;
	box-shadow: 0 5px 0 0 #fff inset
}

.evaluation-chart {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block
}

.evaluation-chart-block {
	width: 20%;
	display: block;
	float: left;
	margin: 0 5px
}

.bubble.evaluation-chart {
	height: 250px
}

.evaluation-chart-bar {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 250px;
	max-height: 0;
	transition: .3s all;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0 2px;
	background-color: #a06986;
	padding-bottom: 25px
}

.evaluation-text-holder {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	vertical-align: top;
	margin-bottom: 10px
}

.evaluation-chart-text {
	position: relative;
	z-index: 11;
	line-height: normal;
	width: 19%;
	display: inline-block;
	text-align: left;
	margin: 0 3px;
	padding-top: 15px;
	min-height: 50px;
	font-size: 14px;
	height: 103px;
	text-overflow: ellipsis;
	line-height: 18px;
	padding-bottom: 15px;
	vertical-align: top
}

.evaluation-chart-text-indicator {
	position: absolute;
	top: 0;
	width: 100%;
	height: 3px
}

.evaluation-chart-text-indicator-arrow {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 18px 0 18px;
	border-color: currentColor transparent transparent transparent
}

.read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #45a3da;
	text-decoration: underline;
	cursor: pointer
}

.evaluation-read-more-holder {
	position: absolute;
	height: auto;
	width: 290px;
	background: #e8e9e8;
	z-index: 55;
	top: 3px;
	transform: translate(-76px, -100%);
	overflow: hidden;
	box-shadow: inset 0 0 0 1px #d6d6d6;
	border-bottom: none
}

.evaluation-read-more-close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 29px;
	height: 26px;
	line-height: 20px;
	width: 26px;
	text-align: center;
	color: #c5c5c5;
	cursor: pointer
}

.evaluation-read-more-text {
	padding: 11px;
	padding-right: 21px
}

.evaluation-read-more-holder .evaluation-chart-text-indicator {
	top: initial;
	bottom: 0
}

.evaluation-bar {
	transition: .3s all;
	display: inline-block;
	position: relative;
	margin: 0 3px
}

.evaluation-bar-percentage {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	height: 40px;
	margin-top: -50px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 0 1px #929292
}

.ranking-user {
	width: 250px;
	position: relative;
	float: left;
	padding-left: 52px;
	height: 59px;
	line-height: 66px;
	z-index: 11;
	overflow: hidden;
	border-bottom: 1px solid #fff
}

.ranking-user-image {
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	border-radius: 100%;
	border: 2px solid #fff;
	margin-right: 5px;
	display: inline-block;
	position: absolute;
	top: 36px;
	left: 5px;
	margin-top: -20px;
	background-color: #fff
}

.ranking-nr {
	position: absolute;
	width: 52px;
	line-height: 10px;
	padding: 2px 0;
	height: auto;
	text-align: center;
	background: #bdbdbd;
	color: #fff;
	left: 0;
	border-radius: 0 0 8px 0;
	top: 0;
	font-size: 12px
}

.ranking-username {
	position: relative;
	display: inline-block;
	line-height: normal;
	height: auto
}

.bubble.ranking {
	padding: 0;
	width: 100%;
	background: #8d2259;
	box-shadow: none;
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, .3));
	padding: 13px;
	max-width: 380px;
	text-align: center;
	line-height: 1
}

.ranking-user.me .ranking-username {
	font-weight: 600
}

.answerIcon.mc-selected {
	background: #fff;
	transform: scale3d(1.1, 1.1, 1.1);
	border-color: #000;
	color: #000
}

.mc-image-element.mc-image-selected {
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px #f4f4f4;
	background: #a06986
}

.mc-image-selected img {
	opacity: .3
}

.giphy-gif {
	position: relative;
	display: block;
	text-align: center;
	max-width: 100%;
	width: auto
}

.giphy-gif img {
	width: 100%;
	max-width: 405px;
	position: relative;
	display: inline-block
}

.youtube-wrapper, .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	width: 705px;
	max-width: calc(100vw - 45px);
	display: block;
	margin: 0 auto;
}

.youtube-wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

@media only screen and (max-width: 1023px) {
	#sTitle {
		z-index: 20 !important
	}

}

@media only screen and (max-width: 768px) {
	.evaluation-bar {
		display: block;
		margin: 13px 0;
		margin-left: 60px;
		height: 40px !important
	}

	.evaluation-bar:after {
		display: none
	}

	.evaluation-chart-image {
		left: -60px;
		margin-left: 0;
		bottom: initial;
		top: 50%;
		margin-top: -20px
	}

	.evaluation-chart-text {
		width: 140px;
		margin: 7px 3px
	}

	.evaluation-bar-percentage {
		margin-top: 0;
		top: 0;
		line-height: 40px
	}

}

@media only screen and (max-width: 617px) {
	.mc-image-container {
		float: none !important
	}

	.lsSuggestionOpen div#lsSuggestions {
		padding-top: 0;
		padding-bottom: 2px;
		max-height: 205px !important;
		height: 300px
	}

	.suggestion {
		top: 100%;
		transform: translate3d(0, -100%, 0)
	}

	.suggestion span {
		font-size: 13px
	}

	.poll canvas {
		width: 200px;
		height: 200px
	}

	.pollQuestionsWrapper {
		height: 200px !important;
		width: 115px !important
	}

	.suggestion {
		width: 106px;
		height: 135px;
		margin: 0 2px
	}

	.suggestion_background {
		height: 76px !important
	}

}

@media only screen and (max-width: 375px) {
	.poll canvas {
		width: 150px;
		height: 150px
	}

	.pollQuestionsWrapper {
		width: 125px !important;
		height: 150px !important
	}

}

.suggestion_background {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 6;
	vertical-align: top;
	height: 138px;
	border-radius: 7px
}

div#lsSuggestions:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 19.5px 0 19.5px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translate3d(-50%, 0, 0)
}

div#lsSuggestions:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 22.5px 0 22.5px;
	border-color: #8d2259 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0)
}

.suggestion_text {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 24px;
	font-weight: 700;
	font-size: 18px;
	color: #8d2259
}

.bubble.ranking:after {
	border-color: transparent #8d2259 transparent transparent
}

.bubble.ranking:before {
	content: none
}

.ranking_title {
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 19px;
	height: auto;
	line-height: 1;
	margin-bottom: 12px;
	vertical-align: top
}

.ranking_text {
	position: relative;
	display: inline-block;
	line-height: 1.2;
	color: #f0f8ff;
	vertical-align: top;
	width: 100%
}

.ranking_trophy {
	position: relative;
	right: 0;
	top: 0;
	background: url(/images/icons/trophy.png) no-repeat center;
	width: 125px;
	height: 142px;
	background-size: contain;
	display: none;
	margin-bottom: 60px
}

.ranking_container {
	background: #fff;
	display: block;
	position: relative;
	width: 100%;
	min-height: 130px;
	margin-top: 10px;
	border-radius: 4px;
	border: 1px solid #6c1542;
	padding: 13px
}

.ranking_text,
.ranking_title {
	text-align: center
}

.ranking_progress {
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 25px;
	height: 17px;
	bottom: 20px
}

.ranking_progress:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #e74c3c;
	background: -moz-linear-gradient(left, #e74c3c 0, #2ecc71 100%);
	background: -webkit-linear-gradient(left, #e74c3c 0, #2ecc71 100%);
	background: linear-gradient(to right, #e74c3c 0, #2ecc71 100%);
	z-index: 55
}

.ranking_all_users {
	position: absolute;
	left: 2px;
	top: 0;
	height: 43px;
	transform: translate3d(-50%, -100%, 0);
	text-align: center;
	max-width: 47px;
	overflow: hidden;
	text-overflow: ellipsis
}

.ranking_rank {
	position: absolute;
	left: 50%;
	top: 20px;
	font-size: 30px;
	color: #8d2259;
	font-weight: 700;
	transform: translate3d(-50%, 0, 0)
}

.ranking_all_users:before,
.ranking_first_place:before,
.ranking_rank_indicator:before {
	content: "";
	height: 20px;
	width: 2px;
	top: 29px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	background: #8d2259;
	position: absolute
}

.ranking_all_users:after,
.ranking_first_place:after,
.ranking_rank_indicator:after {
	content: "";
	height: 5px;
	width: 5px;
	top: 23px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	background: #fff;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 2px #8d2259
}

.ranking_first_place,
.ranking_rank_indicator {
	position: absolute;
	right: 2px;
	top: 0;
	height: 43px;
	transform: translate3d(50%, -100%, 0);
	text-align: center;
	max-width: 47px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1
}

.ranking_all_users.active,
.ranking_first_place.active,
.ranking_rank_indicator {
	height: 70px;
	color: #8d2259;
	text-transform: uppercase;
	font-weight: 700
}

.ranking_all_users.active:before,
.ranking_first_place.active:before,
.ranking_rank_indicator:before {
	top: 43px;
	height: 28px
}

.ranking_all_users.active:after,
.ranking_first_place.active:after,
.ranking_rank_indicator:after {
	width: 6px;
	top: 41px;
	height: 6px;
	background: #8d2259;
	border: 2px solid #fff
}

.elementLine:first-of-type {
	margin-top: 30px
}

font.math-exponent {
	position: relative;
	display: inline-block;
	font-size: 11px;
	line-height: 10px;
	height: 10px;
	top: -8px;
	/* vertical-align: top; */
	background: #f4f4f4;
}

span.math-break_divider {
	width: 100%;
	position: relative;
	display: block;
	height: 1px;
	background: black;
}

font.math-break {
	position: relative;
	display: inline-block;
	font-size: 13px;
	background: transparent;
	line-height: 1;
	top: 3px;
	text-align: center;
}


font.math-exponent_down {
	font-size: 11px;
	position: relative;
	display: inline-block;
	bottom: -3px;
	height: 5px;
	line-height: 1;
}

span.math-sqrt_icon {
	font-size: 21px;
	height: 19px;
	line-height: 20px;
	display: inline-block;
	position: relative;
	top: 2px;
	/* margin-right: 5px; */
}

span.math-sqrt_content {
	border-top: 1px solid black;
	padding: 0 6px;
	height: auto;
}

a.ccbysa-link {
	white-space: normal;
	color: black;
	cursor: pointer;
	font-weight: lighter;
}

.mc-answer-line.text {
	text-align: left;
}

.single-word-input {
	position: relative;
	display: block;
	width: 100%;
	padding: 8px;
	height: 100%;
}

.single-word-input input[type="text"] {
	width: 100%;
	background: transparent;
	border: none;
	/* border-bottom: 1px solid #d1d1d1; */
	height: 40px;
	/* line-height: 14px; */
	font-size: 15px;
	/* margin-bottom: 10px; */
}

.single-word-input textarea {
	line-height: 1;
	width: 100%;
	resize: none;
	background: transparent;
	border: none;
	line-height: 1.3;
	height: 100%;
	position: relative;
	display: block;
	font-size: 15px;
}

.bubbleR.mc.element-text {
	padding: 0;
}

.snack-video {
	position: relative;
	max-width: 100%;
}


.show-ad div#lsSuggestions {
	overflow: visible;
}

.show-ad .lsSuggestionOpen div#lsSuggestions {
	max-height: 1000px !important;
	height: auto;
}

.show-ad div#lsSuggestions:after {
	z-index: 2;
}

.show-ad div#lsSuggestions:before {
	z-index: 1;
}

.game-banner {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 57.63%;
	z-index: 0;
}

.game-banner img {
	position: absolute;
	top: -36.7%;
	left: 0px;
	z-index: 1;
	width: 100%;
}

@media (max-width: 640px) {
	.game-banner img {
		top: 3px;
		position: relative;
	}

	.show-ad .lsSuggestionOpen div#lsSuggestions {
		max-height: 4000px !important;
		height: auto;
	}

	.game-banner {
		padding: 0;
	}
}

img.emoji {
	height: 1.4em;
	width: 1.4em;
	margin: 0 .05em 0 .1em;
	vertical-align: -0.4em;
}

.single-emoji_component img.emoji {
	width: 57px;
	height: 57px;
}

.single-emoji_component.element-textbox {
	background: transparent;
	padding: 0px;
	margin-top: 0;
	border-radius: 6px;
}

.element-video {
	width: auto;
	max-width: 100%;
	/* background: #f1f1f1; */
}

.element-video video {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: auto;
}

div#lsBranding.comment_button {
	display: block;
	height: 41px;
	background: url(/images/icons/svg/arrow_right.svg) no-repeat right center;
	color: #585858;
	text-align: left;
	padding: 0 15px;
	box-shadow: none;
	cursor: pointer;
	border-top: 1px solid #efefef;
	background-size: 25px;
}

.snack_comment-count {
	font-size: 15px;
	position: relative;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	margin-top: 5px;
}

.snack_last-comment {
	position: absolute;
	font-size: 12px;
	bottom: 5px;
	height: auto;
	line-height: 1;
}

.video-wrapper.video-available {
	padding: 0;
	width: auto;
}

.video-wrapper.video-available video {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 20px 0 8px;
}

.copyright-notice {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.53);
	line-height: 1;
	width: 100%;
	color: white;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 5;
	border: none;
}

.image-viewer .copyright-notice {
	white-space: normal;
	text-align: center;
	bottom: 33px;
	min-height: 33px;
}

.zoom-button {
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 36px;
	height: 36px;
	background: url('/images/icons/svg/zoom.svg') no-repeat center var(--main-color);
	z-index: 111;
	background-size: 19px;
	border-radius: 100%;
	transform: scale(0);
	transition: .45s transform;
}

.mc-image-element:hover .zoom-button {
	transform: scale(1);
}

@media screen and (max-width: 1400px) {
	.zoom-button {
		transform: none;
	}
}

.answerIcon.order-icon {
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height: 30px;
}

.answerIcon.order-icon:after {
	content: "" !important;
}

.answerIcon.order-icon.correct,
.answerIcon.order-icon.wrong {
	color: white;
}

iframe.learningsnack-iframe {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	height: 62px;
}

.answerIcon.dialog-icon {
	color: #000;
}

.learningsnack-inline {
	position: relative;
	display: inline-block;
}

.learningsnack-inline a, .learningsnack-inline span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.answerIcon.disabled {
	color: #a5a5a5;
	opacity: 1 !important;
	background: 0 0;
	border-color: #a5a5a5
}

.answerIcon.selected {
	color: #fff !important;
	background: #a06986;
	border-color: #fff
}

.textbox__task {
	width: auto;
	margin: 0;
	font-size: 15px;
	border: none;
	border-bottom: 1px solid #dfdfdf;
	background: white;
	text-align: center;
}

span.blank_result {
	border-bottom: 1px solid grey;
	min-width: 10px;
	position: relative;
	display: inline-block;
}

span.blank_result {
	color: #00ad0f;
}

span.blank_result--incorrect {
	color: #c00;
	text-decoration: line-through;
	margin-right: 5px;
}

.bubbleR.element-blank_text {
	min-height: 0;
	padding: 8px;
}

.formula {
	max-width: 100%;
}
