/* TRANSITIONS AND SCALING */

.kind-answer {
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	-moz-transition: -moz-transform 200ms ease-in-out;
	-o-transition: -o-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
}

.lms-vok-block,
.lms-satz-gloss-cens cen,
.video-bubble,
.lms-exc-block,
.slowmo-icn,
.answer-img-content,
.show-img-answer .kind-answer-img,
.kind-mem,
.lms-exc-video,
.vid-select,
.answer-vid-content,
.show-vid-answer .lms-video,
.lms-exc-video-hover .lms-video,
.lms-exc-video-hover,
.lesson-open,
.lms-video-container .lms-bookmark,
.desc-b-bookmark,
.user-badge-link,
.question-answer,
.lms-satz-wort-anzeigen,
.show-question-hidden,
.lms-video-container,
.supporter-item {
	-webkit-transition: -webkit-all 350ms ease;
	-moz-transition: -moz-all 350ms ease;
	-o-transition: -o-all 350ms ease;
	transition: all 350ms ease;
}

.ssh-donate-footer {
	padding: 6rem 0;
}

.ssh-cover {
	overflow: hidden;
}

.lms-video-home video {
	object-fit: cover;
	height: 100%;
	width: 100%;
	opacity: ;
}

.lms-video-home slider {
	object-fit: cover;
	height: 100%;
	width: 100%;
	opacity: ;
}

.lms-video-home .ssh-cover-bg {
	background: #000;
	height: 80vh;
}

.lms-video-home .ssh-cover-bg:after {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	height: 100%;
}

.lms-start-head {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	display: block;
	text-align: center;
}

.lms-start-head .lead {
	color: #fff;
}

.lms-start-head h1 {
	color: #fff;
	background: #FFC107;
	-webkit-box-shadow: .5rem 0 0 #FFC107, -.5rem 0 0 #FFC107;
	box-shadow: .5rem 0 0 #FFC107, -.5rem 0 0 #FFC107;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	word-break: break-word;
	padding: .5rem;
	line-height: 2.4;
	display: inline;
}

.lms-home-search {
	background: #fff;
	padding: 2rem 2rem 1rem 2rem;
	margin-top: -6rem;
	display: block;
	position: relative;
}

.search-form-home label {
	display: block;
	position: relative;
	width: 100%;
	margin-top: .35rem;
}

.lms-home-try .answer-item label {
	background: #fff;
}

.lms-home-try {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.camera-fixed {
	position: relative;
	display: block;
	visibility: hidden;
}

.camera-show {
	visibility: visible;
}

.camera-fixed video {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	max-height: 18rem;
	overflow: hidden;
	z-index: 9000;
	display: block;
}

video {
	transition: ease all .5s;
}

slider {
	transition: ease all .5s;
}


/* LMS Software */

.lms-pad {
	padding-bottom: 2rem;
}

.question-form {
	position: relative;
	text-align: center;
}

.lms-cover-kurs .ssh-cover-bg {
	height: 32rem;
}

.lms-video-container {
	position: relative;
	display: block;
	height: auto;
	cursor: pointer;
	box-shadow: 0 0rem .6rem rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0rem .6rem rgba(0, 0, 0, .15);
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.lms-video {
	position: relative;
	display: block;
	height: 100%;
	cursor: pointer;
}

.lms-vok-video {
	margin-bottom: 2rem;
	display: block;
	position: relative;
}

.lms-vok-block {
	opacity: .35;
}

.lms-video-overlay:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.15));
	z-index: 1;
}


.lms-wort-title {
	background-color: #fff;
	display: inline;
	font-weight: bold;
	line-height: 2;
	padding-left: .5rem;
	-webkit-box-shadow: .65rem 0px 0px #fff, 0rem 0px 0px #fff;
	box-shadow: .5rem 0px 0px #fff, 0rem 0px 0px #fff;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	word-break: break-word;
	position: absolute;
	bottom: 3rem;
	z-index: 1;
}

.lms-wort-title:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: .6rem;
	font-weight: 300;
}

.lms-satz-title {
	font-size: 1.35rem;
	margin-top: 1rem;
}

.community-sign {
	position: absolute;
	top: 1rem;
	right: 1rem;
	line-height: 1;
	font-size: 1.35rem;
	padding-top: .8rem;
	border-radius: 5rem;
	color: #fff;
	height: 3rem;
	width: 3rem;
	text-align: center;
}


/* LMS NAV BTN */

.lms-kurs-article .ssh-desc-content p {
	padding-bottom: 0 !important;
}

.lms-kurs-article .ssh-desc-title .entry-title {
	bottom: 1rem;
}

.lms-counter {
	padding: 0 0rem 2rem;
}

.lms-counter .lms-count {
	display: inline;
	font-size: .8rem;
	color: #fff;
	margin-right: 1rem;
	border-radius: 5rem;
	padding: .5rem 1rem;
	font-weight: 600;
}

.lms-count-course {
	text-align: right;
	padding-top: .25rem;
	margin-bottom: 1rem;
	display: inline-block;
	float: right;
}

.lms-count-course span {
	background: #f0f0f0;
	padding: .5rem 1rem;
	font-size: .8rem;
	border-radius: 5rem;
	font-weight: 600;
	color: #999;
}

.lms-notice {
	padding: 1rem;
	margin-top: 1rem;
	background: #ffcdd2;
	display: block;
	color: #e53935;
	font-weight: 600;
	margin-bottom: 2rem;
}

.lms-notice p {
	margin: 0;
}

progress[value] {
	/* Reset the default appearance */
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 1rem;
	border-radius: 5rem;
	display: block;
}

progress[value]::-webkit-progress-bar {
	background-color: #eee;
	border-radius: 5rem;
	box-shadow: 0 .1rem .23rem rgba(0, 0, 0, 0.15) inset;
}

progress[value]::-webkit-progress-value {
	background: #FFC107;
	border-radius: 5rem;
	background-size: 35px 20px, 100% 100%, 100% 100%;
}

progress::-moz-progress-bar {
	background-color: #f9f9f9;
	border-radius: 5rem;
	background: #FFC107;
}

.kurs-title {
	font-weight: 600;
}

.lms-back {
	color: #999;
	font-size: .8rem;
	padding-top: 1rem;
	display: inline-block;
}

.lms-credits-links {
	color: #000;
	text-decoration:underline;
}

.lms-credits-links:hover {
	color: #FFC107;
}

.lms-finish-text span {
	font-weight: 600;
}

.lms-kurs-head {
	padding-bottom: 2rem;
	padding-top: 1rem;
}

.lms-satz-gloss,
.lms-story-question {
	font-weight: bold;
	font-size: 1.25rem;
}
.lms-word-gloss {
    text-transform: uppercase;
}
.lms-word-gloss cen {
    display: block;
    background:#fff;
}
.lms-satz-gloss sub,
.lms-satz-gloss sup {
    text-transform: none;
}
.lms-satz-de {
	color: #666;
	font-size: .8rem;
}

.lms-satz-gloss sup,
.lms-satz-gloss sub {
	font-size: .8rem;
	font-weight: 600;
}

.lms-satz-gloss-cens cen {
	padding-left: .25ch;
	padding-right: .25ch;
	border-bottom: 2px solid #000;
	color: #fff;
	cursor: pointer;
}

.lms-satz-gloss-cens cen:hover {
	background: #f9f9f9;
	color: #f9f9f9;
}

.show-cens {
	color: #000 !important;
}

.lms-satz-de-cens {
	color: #fff;
}

.show-de {
	color: #555;
}

.video-bubble {
	background: #fff;
	margin-bottom: 3rem;
	display: block;
}

.bubble-left {
	border-left: 1rem solid #FF9800;
}

.bubble-right {
	border-right: 1rem solid #FF5722;
}

.bubble-left:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 4rem;
	width: 0;
	height: 0;
	border: 2.4rem solid transparent;
	border-right-color: #FF9800;
	border-left: 0;
	margin-left: -1rem;
}

.bubble-right:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 4rem;
	width: 0;
	height: 0;
	border: 2.4rem solid transparent;
	border-left-color: #FF5722;
	border-right: 0;
	margin-right: -1rem;
}

@media (max-width: 767.98px) {
	.bubble-right:after,
	.bubble-left:after {
		display: none;
	}
}

.lms-exc-block {
	margin-bottom: 3rem;
	opacity: 1;
}

.exc-hover {
	opacity: 1 !important;
}

.lms-exc-pad {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.slowmo-icn {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	margin: 1rem;
	line-height: 1;
	opacity: 0;
	font-size: 1.8rem;
}

.slowmo .slowmo-icn {
	opacity: 1;
}

.kind-img-cont {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.kind-img {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.equal-kind {
	margin-bottom: 2rem;
}

.kind-answer {
	position: relative;
	display: block;
	top: 0;
	bottom: 0;
}

.kind-answer-img {
	height: auto;
    object-fit: cover;
	width: 100%;
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 1.5rem;
	max-height: 9.5rem;
}

.answer-img-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer;
	height: auto;
	opacity: 0;
	padding: 1rem;
}

.show-img-answer .answer-img-content {
	opacity: 1;
}

.show-img-answer .kind-answer-img {
	opacity: .5;
}

.answer-img-icn {
	height: 3rem;
	width: 3rem;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	font-size: 1.35rem;
	padding: .35rem;
}

.answer-img-title {
	background: #fff;
	display: inline-block;
	padding: .5rem;
	line-height: 1;
	margin-top: .5rem;
	font-size: .8rem;
	border-radius: .25rem;
    text-transform: uppercase;
}

.answer-img-false {
	background: #f44336;
}

.answer-img-right {
	background: #4CAF50;
}

.lms-exc-kind-block {
	margin-bottom: 2rem !important;
}

.lms-exc-kind-block .lms-video-container {
	margin-bottom: 1rem;
}

.kind-mem-block {
	margin-bottom: 2rem;position: relative;cursor: pointer;overflow: hidden;
}

.kind-mem {
	height: 100%;
	position: absolute;
	z-index: 1;
	width: 100%;
	opacity: 1;
}

.kind-mem-hover .kind-mem {
	opacity: 0;
    visibility: hidden;
}

.kind-mem-img {
	/* height: 100%; */; background-size: cover;
	background-position: center center;position: absolute;top: 0;left: 0;bottom: 0;right: 0;
}

.lms-exc-video {
	margin-bottom: 2rem;
}

.vid-select {
	padding: 1rem;
	display: block;
	text-align: center;
	margin-bottom: 2rem;
	background: #fff;
	color: #aaa;
	font-weight: 600;
	cursor: pointer;
}

.vid-select:hover {
	background: #ffc107;
	color: #fff;
}

.answer-vid-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer;
	height: auto;
	opacity: 0;
	padding: 1rem;
	text-align: center;
	z-index: 1000;
}

.answer-vid-icn {
	height: 3rem;
	width: 3rem;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	font-size: 1.35rem;
	padding: .35rem;
}

.answer-vid-title {
	background: #fff;
	display: inline-block;
	padding: .8rem;
	line-height: 1;
	margin-top: .5rem;
	border-radius: .5rem;
}
.answer-vid-title-gloss {
	text-transform:uppercase;
}
.answer-vid-title sub,
.answer-vid-title sup {
    text-transform: none;
}
.answer-vid-title span {
	font-size: .8rem;
	margin-top: .5rem;
	display: block;
	color: #777;
    text-transform: none;
}

.answer-vid-false {
	background: #f44336;
}

.answer-vid-right {
	background: #4CAF50;
}

.show-vid-answer .answer-vid-content {
	opacity: 1;
}

.show-vid-answer .lms-video {
	opacity: .5;
}

.show-vid-answer .vid-select {
	opacity: 0;
}

.lms-exc-video-hover .lms-video {
	filter: grayscale(1);
}

.lms-lesson-item {
	margin-bottom: 1rem;
}

.lms-lesson-content {
	padding: 2rem 2rem 2rem 2rem;
}

.lesson-check {
	background: #8BC34A;
	display: block;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.35rem;
	text-align: center;
	border-radius: 50%;
	padding: .35rem;
}

.lesson-open {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #f9f9f9;
	text-align: center;
	color: #fff;
	font-size: 3rem;
}

.lms-lesson-item:hover .lesson-open {
	background: #FFC107;
}

.lesson-open svg,
.lesson-open .lesson-bookmark-count {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.lesson-icn {
	font-size: 3rem;
	display: block;
	color: rgba(255, 255, 255, .8);
	background: rgba(0, 0, 0, .4);
}

.lesson-bookmark-count {
	font-size: 4.2rem;
}

.lms-lesson-bg {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	right: 0;
	left: 0;
	background-color: #eee;
}

.lms-lesson-item:hover .lesson-icn {
	background: rgba(0, 0, 0, .25);
	color: rgba(255, 255, 255, 1);
}

.lms-lesson-col-image {
	position: relative;
	min-height: 8rem;
	height: 100%;
	display: block;
}

@media (max-width: 767.98px) {
	.lms-lesson-col-image {
		min-height: 14rem;
	}
    .feedback-button {
        display: none !important;
    }
}

.lms-video-container .lms-bookmark {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 3000;
	cursor: pointer;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	transform: scale(1);
	opacity: .5;
	padding: 0 .5rem;
}

.lms-video-container .lms-bookmark:hover {
	transform: scale(1.15) !important;
	color: #fff;
	opacity: 1;
}

.vid-simple {
	margin-bottom: 2rem;
}

.lms-bookmark-counter {
	position: absolute;
	top: -.15rem;
	right: .35rem;
	display: block;
	background: #FFC107;
	height: 1.3rem;
	width: 1.3rem;
	border-radius: 50%;
	font-size: .7rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	box-shadow: 0 0 0 rgba(255, 160, 0, 0.4);
	animation: counterpulse 2s infinite;
}

.ssh-nav-icn-bookmark {
	position: relative;
	margin-right: .5rem;
}

.modul-bookmark {
	font-size: 1.25rem;
	cursor: pointer;
	display: inline;
	float: right;
	margin-right: 1rem;
}

.bookmark-article {
	position: relative;
}

.desc-b-bookmark {
	position: absolute;
	right: 1.35rem;
	top: .8rem;
	z-index: 1000;
	color: #fff;
	font-size: 1.35rem;
	cursor: pointer;
	transform: scale(1);
	opacity: .8;
}

.desc-b-bookmark:hover {
	transform: scale(1.1);
	opacity: 1;
}

@-webkit-keyframes counterpulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 160, 0, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 160, 0, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 160, 0, 0);
	}
}

@keyframes counterpulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 160, 0, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 160, 0, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255, 160, 0, 0);
		box-shadow: 0 0 0 10px rgba(255, 160, 0, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 160, 0, 0);
		box-shadow: 0 0 0 0 rgba(255, 160, 0, 0);
	}
}

.lms-icn-guest {
	text-align: right;
	padding-top: 1.2rem;
}

.ssh-nav-scroll .lms-icn-guest {
	padding-top: 0rem;
}

.lms-icn-guest a {
	margin-left: 1rem;
}

.lms-home-dashboard {
	padding-top: 5rem;
	padding-bottom: 1rem;
}

.dash-form label {
	width: 100%;
	display: block;
}

.dash-form select {
	width: 100%;
	display: block;
	margin-bottom: 1rem;
}

.search-results .lms-search-form {
	padding-top: 1rem;
}

.lms-search-form {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.lesson-closed {
	pointer-events: none;
	filter: blur(.25rem) grayscale(1);
}

.bookmark-article .lms-module-process-count {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	z-index: 1000;
	font-weight: bold;
	font-size: .8rem;
	color: #fff;
	background: #FFC107;
	line-height: 1;
	padding: .5rem .8rem;
	border-radius: 1rem;
}

.bookmark-article .process-count-finish {
	background: #8BC34A;
}

.bookmark-article .process-count-start {
	background: #FFC107;
}

.bookmark-article .process-count-start {
	background: #FFC107;
}

.bookmark-article .process-count-open {
	background: #FF5722;
}

.lms-user-badge {
	background: #f9f9f9;
	display: inline-block;
	padding: .5rem 1.35rem;
	border-radius: 5rem;
	font-weight: 600;
	margin: .5rem;
	font-size: .8rem;
	position: relative;
	color: #fff;
}

.lms-user-badge i {
	margin-right: .35rem;
}

.user-badge-eye {
	background: #00BCD4;
}

.user-badge-user {
	background: #FFC107;
}

.user-badge-heart {
	background: #f44336;
}

.user-badge-comments {
	background: #009688;
}

.user-badge-finished {
	background: #8BC34A;
}

.user-badge-count {
	background: #FF5722;
}

.user-badge-link {}

.user-badge-link:hover {
	color: #fff;
	opacity: .8;
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 575.98px) {
	.ssh-s1,
	.ssh-s2,
	.ssh-s3,
	.ssh-s4,
	.ssh-s5 {
		height: 14rem;
	}
	.lesson-check {
		height: 2rem;
		width: 2rem;
		font-size: 1rem;
		right: 2rem;
		padding: .15rem;
		transform: none;
		top: 2rem;
	}
	.lms-lesson-content h2 {
		padding-right: 2rem;
	}
}

.lms-blur {
	opacity: .15 !important;
	pointer-events: none;
}

/* Saetze D */

.lms-exc-satz-wort-block {
	position: relative;
	padding-bottom: 2rem;
}

.question-container {
	position: relative;
	display: block;
}

.question-answer {
	background: #fff;
	padding: .5rem;
	font-weight: 600;
	cursor: pointer;
	border-radius: .5rem;
	border: .1rem solid #dedede;
	margin: .25rem;
}
.question-answer-gloss {
	text-transform:uppercase;
}
.question-answer sub,
.question-answer sup {
    text-transform: none;
}
.story-answer {
    text-transform: none;
}
.question-answer:hover {
	background: #dedede;
}

.question-wrong-answer {
	background: #f44336 !important;
	border: .1rem solid #f44336;
	color: #fff;
	pointer-events: none
}

.question-right-answer {
	background: #4CAF50 !important;
	border: .1rem solid #4CAF50;
	color: #fff;
	pointer-events: none;
}

.question-hidden-video {
	position: relative;
}

.question-hidden {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0: right:0;
	width: 100%;
	text-align: center;
	transition: ease all .3s;
	opacity: 0;
	pointer-events: none;
}

.question-hidden-icn {
	background: #4CAF50;
	display: block;
	width: 4rem;
	height: 4rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	font-size: 1.8rem;
	color: #fff;
	padding: .5rem;
	margin-bottom: 1rem;
}

.question-hidden-content {
	background: #fff;
	display: inline-block;
	padding: .85rem 1.35rem;
	border-radius: 1rem;
}

.show-question-hidden .question-hidden {
	opacity: 1;
    max-width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

.show-question-hidden .lms-video-container {
	opacity: .5;
}
.show-question-hidden {
    pointer-events: none;
}
.show-question-hidden .lms-bookmark {
    pointer-events: visible;
}

@media (max-width: 575.98px) {
	.question-answer {
		font-size: 1rem;
		padding: .35rem;
		margin: .25rem;
	}
	.question-hidden-icn {
		height: 2rem;
		width: 2rem;
		font-size: 1rem;
		padding: .15rem;
	}
	.question-hidden-content {
		max-width: 90%;
		padding: .8rem;
	}
	.question-hidden-content .lms-satz-gloss {
		font-size: 1rem
	}
	.question-hidden-content .lms-satz-de {
		font-size: .8rem;
	}
}


/* HOME */

.lms-section {
	padding: 6rem 0;
	position: relative;
}

.lms-sec-brand img {
	max-width: ;
	padding: 1rem 0;
}

.lms-start-fingershop {
	font-size: .8rem;
	font-weight: 300;
	margin: 1rem 0;
	display: block;
}

.lms-start-fingershop a {
	color: #555;
}

.lms-start-fingershop a:hover {
	color: #000;
	text-decoration: underline;
}

.lms-register {
	text-align: right;
	padding-top: .5rem;
}

.lms-section-start {
	background-color: #f9f9f9;
	position: relative;
	display: block;
	height: 100%;
	padding: 7rem 0rem 14rem 0rem;
}

.lms-section-search {
	padding-bottom: 0;
}

.lms-section-features {
	margin-top: -8rem;
}

.lms-start-feature {
	text-align: center;
	padding: 3rem 2rem;
	height: auto;
	background: #fff;
	display: block;
	position: relative;
	margin-bottom: 2rem;
}

.lms-start-feature-icn {
	height: 5rem;
	width: 5rem;
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 2.2rem;
	padding-top: .6rem;
	margin-bottom: 1rem;
}

.lms-start-feature-icn-1 {
	background: #f44336;
}

.lms-start-feature-icn-2 {
	background: #4FC3F7;
	padding-top: .5rem;
}

.lms-start-feature-icn-3 {
	background: #8BC34A;
}

.lms-start-feature-content {
	font-weight: 300;
}

.lms-section-try-course {
	padding-top: 2rem;
}

.lms-features-data {
	padding: 6rem 0;
	margin-top: 2rem;
}

.lms-features-data-block {
	background: #fff;
	padding: 1rem;
	margin-top: 1rem;
	border-radius: .5rem;
	text-align: center;
	font-weight: 300;
	border: .1rem solid #f0f0f0;
}


/* FEEDBACK MODAL/BUTTON */

.feedback-button {
	position: fixed;
	left: -3.8rem;
	line-height: 1;
	top: 50%;
	background: #e0e0e0;
	display: block;
	padding: 1rem;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: ease all .25s;
	border-radius: .5rem;
	margin-bottom: -.5rem;
	padding-bottom: 3rem;
	transform: rotate(90deg)
}

.feedback-button span {
	margin-left: .8rem;
}

.feedback-button:hover {
	background: #FFC107;
	left: -3.5rem;
}

.modal-backdrop {
	z-index: 9000;
}

.modal {
	z-index: 9001;
}

.lms-modal .modal-content {
	border: none;
	border-radius: 0;
	box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, .25);
}

.lms-modal .modal-header {
	display: block;
	position: relative;
	border: none;
	padding-top: 2rem;
	padding-bottom: 0;
}

.lms-modal .close {
	position: absolute;
	top: 1.6rem;
	right: 2rem;
	font-size: 2rem;
}

.lms-modal .modal-body {
	padding: 2rem;
}

.modal-lead {
	padding: 0 3rem;
}

.lms-modal span.wpcf7-list-item {
	margin: 0 !important;
}

.page-template-template-intro .ssh-site-content {
	padding-top: 4rem;
}

.page-template-template-intro .lms-bookmark {
	pointer-events: none !important;
}

.page-template-template-lms .ssh-donate-footer {
	margin-top: 0;
	margin-bottom: 2rem;
}



.lms-badges {
    position: absolute;
    display: block;
    z-index: 1;
    bottom:1rem;
    right:3rem;
}
.lms-badge {
    position: absolute;
    display: block;
    background:#FFC107;
    padding:.3rem;
    border-radius: 50%;
    width:2rem;
    height: 2rem;
    font-size:.8rem;
    color:#fff;
    text-align: center;
}
.lms-badge-kids {
    width:6.5rem;
    font-weight:600;
    border-radius: 1rem;
    right:-2rem;
    background:#ff5722;
}
.page-template-template-intro .question-form {
    pointer-events: none;
}
.page-template-template-intro .lms-exc-kind-block .question-form {
    pointer-events: all
}



.ssh-faq-item {
	display:block;
	width:100%;
}
.page-id-3015 .ssh-faq-item,
.page-id-3015 .ssh-faq-item:hover {
    color:#000 !important;
    cursor:default !important;  
}

.user-badge-gloss {
    background:#CDDC39 !important;
}


