* {
	outline: none medium;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

html,
body {
	background-color: #555;
}

html {
	font-size: 13px;
	height: 100%;
	width: 100%;
}

body {
	/*height: 100%;*/
	font-size: small;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	color: rgb(255, 255, 255);
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 46px;
	background-color: #333;
	z-index: 99;
}

#lessonPlayer {
	height: 100%;
	width: 100%;
}

.logo {
	float: left;
	width: auto;
	height: 20px;
	margin: 5px 0px 0px 5px;
	z-index: 99;
	position: relative;
}

span.logo {
	width: 148px;
	height: 34px;
	margin-top: 8px;
	margin-left: 8px;
	float: left;
	position: absolute;
	background-image: url("../img/ITI_PROTREAD_on_white.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 136px 34px;
}

.name {
	display: block;
	float: right;
	width: auto;
	margin: 8px 8px 0px 0px;
	font-size: 14px;
	color: #eee;
}

.content-container {
	position: absolute;
	top: 33px;
	bottom: 20px;
	width: 100%;
	/*overflow-y: auto;*/
	background-color: #555;
	background-position: center 100%;
	background-repeat: no-repeat;
}

.player {
	background-position: center center;
	background-repeat: no-repeat;
}

nav {
	position: fixed;
	width: 100%;
	height: 100px;
	background: rgb(51, 51, 51);
	bottom: 30px;
	border-top: 1px solid rgb(255, 207, 0);
}

nav img:hover {
	cursor: pointer;
}

nav img.disabled:hover {
	cursor: default;
}

footer {
	display: table;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 20px;
	box-sizing: border-box;
	background: #333;
	border-top: 0px solid rgb(255, 207, 0);
}

footer p {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 4px 10px;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999;
}

footer p a {
	color: rgb(255, 207, 0);
	text-decoration: none;
}

footer p a:hover {
	color: rgb(255, 223, 0);
}

.controls {
	position: relative;
	width: 310px;
	margin: 15px auto 0px;
	z-index: 9999998;
}

.disabled {
	opacity: 0.5;
	cursor: default;
}

.button.disabled:hover {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	cursor: default;
}

button.right {
	float: right;
	width: 100px;
	height: 40px;
	border: 1px solid rgb(255, 255, 255);
	background: rgb(0, 0, 0);
	border-radius: 5px;
	color: rgb(255, 255, 255);
	padding-bottom: 2px;
	font-size: 14px;
	text-align: center;
	margin-right: 1%;
}

button.right:hover {
	color: rgb(255, 207, 0);
	border: 1px solid rgb(255, 207, 0);
	cursor: pointer;
}

button.left {
	float: left;
	width: 100px;
	height: 40px;
	border: 1px solid rgb(255, 255, 255);
	background: rgb(0, 0, 0);
	border-radius: 5px;
	color: rgb(255, 255, 255);
	padding-bottom: 2px;
	font-size: 14px;
	text-align: center;
	margin-left: 1%;
}

button.left:hover {
	color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
	cursor: pointer;
}

.left {
	float: left;
	left: 0;
}

.right {
	float: right;
	right: 0;
}

.center {
	left: 0;
}

.btnContainer {
	position: fixed;
	width: 60px;
	top: 33px;
	bottom: 21px;
	z-index: 200;
}

.btnContainer.center {
	width: 60%;
	top: 31px;
	bottom: 30px;
	margin: 0px 20%;
	z-index: 1;
	cursor: default;
}

.btnContainer.center:hover,
.btnContainer.center:focus {
	cursor: pointer;
}

button {
	transition: all 100ms ease-in-out;
	pointer-events: auto;
}

.btn,
.button {
	position: absolute;
	width: 60px;
	height: 120px;
	top: 50%;
	margin: 0;
	margin-top: -60px;
	opacity: 0.25;
	background: rgb(127, 140, 140);
	border: none;
	border-radius: 0;
}

.btn:before,
.button:before {
	display: inline-block;
	color: #fff;
	font-family: 'Glyphicons Regular';
	font-size: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn.prev:before,
.button.prev:before {
	content: '\e225';
}

.btn.next:before,
.button.next:before {
	content: '\e224';
}

.btnContainer:hover .btnPause,
.btnContainer:hover .btnPlay,
.btnContainer:hover .btnRewind,
.btnContainer:hover .btnPlay.replay {
	opacity: 0.25;
}

.btnContainer.mobile:hover .btnPause {
	opacity: 0;
}

.btnContainer:hover .btnPause:hover,
.btnContainer:hover .btnPlay:hover,
.btnContainer:hover .btnRewind:hover,
.btnContainer:hover .btnPlay.replay:hover {
	opacity: 1;
}

.btnPlay,
.btnPause {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 50%;
	left: 50%;
	margin: -54px 0 0 -60px;
	opacity: 0;
	border-radius: 120px;
	background: rgb(127, 140, 140);
	border: none;
}

.btnRewind {
	background: rgb(127, 140, 140);
	border: none;
	border-radius: 60px;
	height: 60px;
	left: calc(50% - 70px);
	margin: -54px 0 0 -60px;
	opacity: 0;
	position: absolute;
	top: calc(50% + 30px);
	width: 60px;
}

.btnRewind:before {
	content: '\e086';
	font-size: 40px;
	line-height: 60px;
	transform: scale(-1, 1);
}

.btnPlay:before {
	content: '\e174';
	font-size: 80px;
	line-height: 80px;
}

.btnPause:before {
	content: '\e175';
	font-size: 90px;
	line-height: 90px;
}

.btnPlay.replay:before {
	content: '\e086';
	font-size: 70px;
	line-height: 80px;
}


.btnClose {
	opacity: 0.25;
	width: 60px;
	height: 60px;
	background-color: rgb(127, 140, 140);
	top: 13px;
	text-align: center;
	margin: 0;
	border: none;
	color: #FFF;
	cursor: pointer;
}

.btnClose:hover {
	background-color: rgb(239, 195, 26);
}

.btnClose:before {
	content: '\e208';
}

.btnClose.btnReady {
	opacity: 1;
}

.btnSubtitle {
	top: unset;
	bottom: 10px;
	opacity: 0.25;
	width: 60px;
	height: 60px;
	background-color: rgb(127, 140, 140);
	text-align: center;
	margin: 0;
	border: none;
	color: #FFF;
	cursor: pointer;
}

.btnSubtitle:hover,
.on {
	background-color: rgb(239, 195, 26);
}

.on {
	opacity: 1;
}

.btnSubtitle::before {
	content: '\e393';
}

.selectSubtitleLanguage {
	position: absolute;
	height: 60px;
	height: 0;
	width: 70px;
	right: 60px;
	bottom: 10px;
	background-color: rgba(127, 140, 140, .25);
	padding: 3px 5px 0 5px;
	padding: 0 5px 0 5px;
	box-sizing: border-box;
	transition: height .6s cubic-bezier(.165, .84, .44, 1);
	overflow: hidden;
}

.show {
	height: 60px;
	padding: 3px 5px 0 5px;
}

.selectSubtitleLanguage .subtitleLanguage {
	border: none;
	width: 60px;
	padding: 2px;
	font-size: 9px;
	margin: 0 0 3px 0;
	cursor: pointer;
}

.selectSubtitleLanguage .subtitleLanguage:hover {
	background-color: rgb(239, 195, 26);
}

video::cue {
	color: rgb(239, 195, 26);
	line-height: 1.5;
	text-shadow: 1px 1px 2px rgba(127, 140, 140, 1);
}

#button-check {
	position: static;
	float: right;
	width: 280px;
	height: auto;
	font-size: 20px;
	color: #fff;
	margin: 30px 60px;
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 15px;
	background-color: #333;
	cursor: pointer;
	clear: both;
	opacity: 1;
}

#button-check:hover {
	color: #000;
	border-color: #fc0;
	background-color: #fc0;
}

#button-check:after {
	content: '';
	display: block;
	clear: both;
}

#imgContainer {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;

}

.progressContainer {
	display: table-row;
	width: 100%;
	height: 10px;
	border-radius: 0px;
	background-color: rgb(51, 51, 51);
}

.progressBar {
	height: 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: #424949;
	transition: width 100ms linear;
}

.remProgressBar {
	height: 10px;
	box-sizing: border-box;
	background-color: red;
	transition: width 100ms linear;
}

.timeBar {
	position: absolute;
	display: block;
	height: 10px;
	width: 0;
	background-color: #efc31a;
	transition: width 1000ms linear;
}

.remTimeBar {
	display: block;
	float: right;
	height: 10px;
	width: 100%;
	background-color: rgb(127, 140, 140);
	transition: width 1000ms linear;
}

.bufferBar {
	position: absolute;
	display: block;
	height: 10px;
	width: 0px;
	background-color: #646e6e;
	transition: margin-left 100ms linear;
}

.btn:hover,
.button:hover {
	opacity: 1;
	cursor: pointer;
}

.btnPlay:hover,
.btnPause:hover {
	cursor: pointer;
}

.btnPlay:hover,
.btnPause:hover,
.btnRewind:hover {
	background-color: rgb(239, 195, 26);
	opacity: 1;
}

.btn.disabled:hover,
.button.disabled:hover {
	opacity: 0.25;
	cursor: default;
}

.btnPlay .symbol {
	font-size: 100px;
	margin: 3px 0px 0px 8px;
}

.btnPause .symbol {
	font-size: 100px;
	margin: -4px 0px 0px;
}

.pageInfo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
	line-height: 33px;
	text-align: center;
}

.pageInfo .pageNumbers {
	display: block;
	font-size: 14px;
	color: #eee;
}

.btnPlay .text {
	font-size: 40px;
}

.QuestionWrapper {
	height: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 60px;
	font-family: sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
}

.QuestionWrapper ul {
	list-style: none;
	padding-bottom: 20px;
}

.QuestionWrapper li {
	border: 1px solid #fc0;
	border-radius: 15px;
	margin: 0 0 10px 0;
	speak-as: normal;
	vertical-align: middle;
	background-color: #666;
}

.QuestionWrapper li:hover {
	background-color: #444;
}

.QuestionWrapper p {
	margin-top: 0;
	padding: 25px 0;
}

.QuestionWrapper p:first-of-type {
	padding-top: 50px;
}

.QuestionWrapper a {
	display: block;
	padding: 15px;
	color: #fc0;
	border-radius: 10px;
	cursor: pointer;
}

.QuestionWrapper a:visited {
	color: #fff;
}

.QuestionWrapper a:link {
	color: #fff;
	text-decoration: none;
}

.QuestionWrapper a:hover {
	color: #fc0;
}

.QuestionWrapper .image-box {
	cursor: pointer;
}

.pageend,
.lessonend {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -moz-radial-gradient(40% 0%, ellipse cover, rgba(212, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(40% 0%, ellipse cover, rgba(212, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at 40% 0%, rgba(212, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ad4ffff', endColorstr='#cc000000', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	opacity: 1;
	text-align: center;
	font-size: 2em;
}

.pageend:before,
.lessonend:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url('../img/pageend2.png');
	background-repeat: repeat;
}

.lessonend {
	position: static;
	display: table;
	height: 100%;
}

.pageend p {
	position: absolute;
	top: 50%;
	right: 75px;
	text-align: right;
	font-size: 1.3em;
	color: #efc31a;
	float: right;
	height: 60px;
	margin-top: -38px;
}

.lessonend p {
	position: absolute;
	top: 50%;
	width: 100%;
	font-size: 2em;
	text-align: center;
	color: #efc31a;
	margin-top: -165px;
	padding: 0 60px;
	box-sizing: border-box;
}

@media screen and (min-width: 1921px) {
	.pageend p {
		font-size: 2em;
		margin-top: -60px;
	}
}

@media screen and (max-width: 1000px) {
	.lessonend p {
		font-size: 1.5em;
		margin-top: -130px;
	}
}

@media screen and (max-width: 750px) {
	.lessonend p {
		font-size: 1.2em;
		margin-top: -105px;
	}
}

@media screen and (max-width: 600px) {
	.pageend p {
		font-size: 0.9em;
		margin-top: -24px;
	}

	.lessonend p {
		font-size: 1.2em;
		margin-top: -75px;
	}
}

.responseDiv {
	display: table;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 90px 0;
	background-size: cover;
}

.correctResponseDiv {
	background-image: url('../img/correct_bg.jpg');
}

.incorrectResponseDiv {
	background-image: url('../img/incorrect_bg.jpg');
}

.incorrect {
	color: red;
	font-size: 2em;
}

.correct {
	color: #228b22;
	font-size: 2em;
}

.responseText {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 2em;
	padding: 0 80px;
	padding-bottom: 20px;
	border-width: 5px 0;
	border-style: solid;
}

.correctResponseDiv .responseText {
	border-color: #228b22;
}

.incorrectResponseDiv .responseText {
	border-color: red;
}

.responseText>.responseTextBody {
	display: inline-block;
	text-align: left;
	max-width: 960px;
}

.ready {
	background-color: #efc31a;
	opacity: 1;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.preloadImg {
	display: none;
	background-image:
		url('../img/correct_bg.jpg'),
		url('../img/incorrect_bg.jpg');
}

.safari_fix {
	position: absolute;
	top: 32px;
	width: calc(100% - 60px);
	text-indent: 60px;
	text-align: center;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.15);
	pointer-events: none;
}

.invis,
.invis:hover {
	background: none;
}

.pdf-message {
	background-color: #000;
	box-sizing: border-box;
	font-weight: normal;
	line-height: 2;
	margin: 0 auto;
	padding: 25px 5%;
	text-align: center;
	width: 100%;
}

.ie-sucks {
	width: 100%;
}

*::-ms-backdrop,
.ie-sucks {
	width: 90%;
	margin: 0 5%;
}

/* IE11 */

.refresh-overlay {
	background-color: rgba(85, 85, 85, 0.9);
	display: block;
	height: 100%;
	position: fixed;
	top: 3.6rem;
	width: 100%;
	z-index: 0;
}

.refresh-text {
	font-family: 'Overpass', "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 24px;
	line-height: 35px;
	margin: 5% 25%;
	width: 50%;
}

.refresh-text #refresh {
	color: #fc0;
	cursor: pointer;
	text-decoration: underline;
}

.logoClient {
	float: left;
	min-width: 44px;
	height: 40px;
	/* padding: 3px; */
	box-sizing: content-box;
	position: absolute;
	background-color: white;
	z-index: 100;
	margin-top: -33px;
}