@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.clozy {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	font-size: 12px;
	margin: 5em 1em 1em 0;
	position: relative;
	height: 100%;
}

#clozy a img {
	border: 0;
}

#clozy .clear {
	clear: both;
}

input:focus {
	outline: 0;
	border: 0;
}

#clozy .pairColom {
	float: left;
	padding: 1em 1em 0 1em;
	width: 98%;
	border: 1px solid #84deef;
	background: #fff;
	border-radius: 12px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.bookCon {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 8px;
}

.bookCon #pic {
	margin-left: -100% !important;
}

#clozy .secondColom {
	float: right;
	padding: 1em 1em 0.5em 1em;
	width: 20%;
	min-height: 320px;
	border: 1px solid #84deef;
	background: #fff;
	border-radius: 12px;
	margin-left: 1.2em;
	z-index: -10;
	position: relative;
}

#clozy .controllBar {
	background: #ecf9ff;
	height: 64px;
	position: relative;
	z-index: 1;
	margin-top: -20px;
	font-size: 1em;
	padding: 0 1em;
	color: #0182c6;
	font-weight: bold;
	width: 98%;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	float: left;
	border: 1px solid #84DEEF;
	border-radius: 12px 12px 12px 12px;
}

#clozy .ques {
	padding: 10px;
	background: #f0fcfc;
	border: 1px solid #cfe9f6;
	border-radius: 18px;
	color: #0182c6;
	text-align: left;
	font-size: 20px;
	position: relative;
	min-height: 320px;
	line-height: 30px;
}

#clozy .ques h2 {
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}


#clozy .picCon {
	min-height: 320px;
	overflow: hidden;
	margin: 10px 0 0 0;
	position: relative;
	font-size: 20px;
	line-height: 22px;
	color: #0182c6;
	text-align: center;
	overflow: hidden;
}

#clozy .start {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
}

#clozy .control {
	background: url(../images/conIcon.jpg) no-repeat;
}

#clozy .prev {
	background-position: 0 -2px;
	height: 22px;
	top: 20px;
	left: 10px;
	padding: 2px 0 0 30px;
	cursor: pointer;
	float: left;
	display: none;
}

#clozy .next {
	background-position: right -22px;
	height: 22px;
	top: 32px;
	right: 20px;
	float: right;
	padding: 2px 30px 0 0px;
	cursor: pointer;
	font-size: 1.3em;
}

#clozy .related {
	background-position: right -46px;
	height: 22px;
	top: 15px;
	right: 10px;
	padding: 2px 30px 0 0px;
	cursor: pointer;
}

#clozy .wordTitle {
	font-size: 18px;
	color: #0182c6;
	padding: 10px 10px 5px 5px;
	line-height: 24px;
	font-weight: bold;
}

#clozy .counter {
	top: 32px;
	left: 50%;
	position: absolute;
	font-size: 1.3em;
	margin-left: -50px;
}

#clozy .counter span {
	display: inline-block !important;
}

#clozy .setting {
	position: absolute;
	z-index: 1000;
	bottom: 30px;
	right: 200px;
}

#clozy a.setting {
	text-decoration: none;
}

#clozy .slider {
	background: #f0fcfc;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #84deef;
	position: relative;
}

#clozy .slider ul {
	display: none;
}

#clozy .slider ul.active {
	display: block;
}

#clozy .image {
	/*position:absolute; left:0; top:0; width:550px; height:400px;*/
	background: #fff;
	text-align: center;
	height: 100%;
}


#clozy .hidden {
	display: none !important;
}

#clozy .slider ul {
	list-style: none;
}

#clozy .slider ul li {
	border: 1px solid #cfe9f6;
	color: #0182C6;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	padding: 12px;
	height: 25px;
	margin-top: 14px;
	background: #fff;
}

#clozy .slider ul li:hover {
	cursor: pointer;
}

.downArrow {
	border: 1px solid #cfe9f6;
	height: 300px;
	border-radius: 8px;
	padding: 12px;
	margin-top: 14px;
	background: #fff;
	position: relative;
}

.downArrow .arrow {
	position: absolute;
	z-index: 1;
	background: url(../images/downarrow.png) no-repeat;
	height: 250px;
	width: 24px;
	top: 20px;
	left: 45%;
}

.downArrow .arrowBg {
	position: absolute;
	background: #e4f8fd;
	height: 250px;
	width: 24px;
	top: 20px;
	left: 45%;
	height: 0;
}

#clozy .loder {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	z-index: 10000;
	top: -40px;
	left: 0;
	padding-top: 200px;
}

#clozy .settingPop {
	position: absolute;
	width: 300px;
	border: 1px solid #cfe9f6;
	border-radius: 12px;
	background: #fff;
	left: 250px;
	top: 100px;
	z-index: 9999;
	box-shadow: 5px 5px 5px #888;
	padding: 10px;
	display: none;
}

#clozy .settingPop h2 {
	text-align: center;
	color: #0182c6;
	margin-bottom: 15px;
}

#clozy .settingCon {
	border: 1px solid #cfe9f6;
	border-radius: 12px;
	background: #cfe9f6;
	padding: 10px;
}

#clozy .settingCon p {
	color: #0182c6;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

#clozy .speed span {
	background: url(../images/act.png) no-repeat 0 -23px;
	padding-left: 32px;
	display: inline-block;
	height: 22px;
	margin-right: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #0182c6;
	cursor: pointer;
}

#clozy .speed span.active {
	background-position: 0px 0;
}

.speed input {
	position: absolute;
	z-index: -99;
}

#clozy .save {
	background: #fff;
	border: 1px solid #cfe9f6;
	border-radius: 8px;
	float: right;
	padding: 3px 15px;
	font-size: 14px;
	color: #0182c6;
	text-decoration: none;
	font-weight: bold;
	margin-top: 30px;
}

#clozy .save:hover {
	background: #0099CC;
	color: #fff;
}




/***************************** audio css ************************************/

#clozy .audioPlayer {
	position: absolute;
	bottom: 40px;
	left: 30px;
	z-index: 1000;
}

#clozy div.jp-interface {
	position: absolute;
}

#clozy div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#clozy .jp-controls li:first-child {
	display: none !important;
}

#clozy .jp-controls li .jp-pause {
	display: none !important;
}

#clozy a.jp-play,
#clozy a.jp-pause {
	width: 40px;
	height: 40px;
}

#clozy .jp-controls li {
	list-style: none;
}

/* @end */

/* @group progress bar */
#clozy a.jp-mute,
#clozy a.jp-unmute,
#clozy a.jp-volume-max {
	width: 42px;
	height: 38px;
}

#clozy a.jp-mute {
	background: url("../images/sound.jpg") -44px 0px no-repeat;
}

#clozy a.jp-unmute {
	background: url("../images/sound.jpg") 0px 0px no-repeat;
	display: none;
}

#clozy div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	background: #ccc;
	width: 70px;
	height: 8px;
	cursor: pointer;
	display: none !important;
}

#clozy div.jp-audio div.jp-volume-bar {
	top: 37px;
	left: -10px;
}

#clozy div.jp-video div.jp-volume-bar {
	top: 17px;
	left: 72px;
}

#clozy div.jp-volume-bar-value {
	background: #0066FF;
	width: 0px;
	height: 8px;
}

#clozy .jp-audio:hover div.jp-volume-bar {
	display: block !important;
}

/* @end */

/* @group current time and duration */

#clozy .zind {
	z-index: 5 !important;
}

#clozy .jp-current-time,
#clozy .jp-duration {
	display: none;
}

#clozy .gameName {
	top: -30px;
	left: 0;
	position: absolute;
	background: #0099CC;
	border: 1px solid #cfe9f6;
	border-radius: 8px;
	padding: 3px 15px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#clozy .settingBtn {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 20;
}

#clozy .stop {
	background: url(../images/playStop.png) no-repeat -30px 0;
	height: 28px;
	width: 30px;
	position: absolute;
	left: 45%;
	top: 23px;
	cursor: pointer;
	display: none;
}

#clozy .play {
	background: url(../images/playStop.png) no-repeat 0px 0;
}

#clozy .btn {
	background: url(../images/btn.jpg) no-repeat;
	width: 125px;
	height: 38px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	cursor: pointer;
}

#clozy .gameOver {
	width: 98%;
	position: absolute;
	background: #fff;
	top: 4px;
	left: 10px;
	z-index: 1001;
	display: none;
}

#clozy .gameOver ol {
	margin: 15px 15px 15px 25px;
	color: #0182C6;
}

#clozy .lastScroll {
	height: 288px;
	overflow: auto;
	margin-right: 10px;
}

#clozy .gameOver ol li {
	margin-bottom: 5px;
}

#clozy .gameOver ol li span {
	display: inline-block;
	width: 120px;
	font-size: 20px;
	font-weight: bold;
	height: 24px;
}

#clozy .reload {
	float: left;
	padding-left: 50px;
	display: none;
}

#clozy .reload input,
#clozy .reload img {
	margin-right: 50px;
	vertical-align: middle;
}

#clozy .showLastTname {
	float: left;
}

#clozy .welcome {
	color: #0182C6;
	font-size: 1.5em;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 98%;
	z-index: 10;
	height: 440px;
	background: #fff;
	line-height: 25px;
	padding: 15px;
}

#clozy .welCometitle {
	color: #0182C6;
	font-size: 22px;
	left: 19px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
}

#clozy .welCometitle.inside {
	width: 60%;
}

#clozy .reload span {
	position: relative;
}

#clozy .reload span span {
	display: none;
	position: absolute;
	background: #CCCCCC;
	padding: 3px 10px;
	white-space: nowrap;
	font-size: 12px;
	color: #000;
	bottom: -37px;
	left: -10px;
}

.tl {
	float: left;
	margin-right: 10px;
	margin-bottom: 100%;
}

#clozy .reload span:hover span {
	display: block;
}

#clozy #pic1 {}

#clozy #jp_container_3 {
	display: none;
}

#clozy .controllBar span,
.controllBar a {
	display: none;
}

#clozy .gameOverTitle {
	padding: 8px;
	background: #ECF9FF;
	font-size: 18px;
	font-weight: bold;
	color: #0182C6;
	margin: 10px 10px 10px 0;
	border: 1px solid #cfe9f6;
	border-radius: 14px;
}

.gameOverTitle span {
	padding-left: 15px;
}

#clozy .stopEvent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 50;
}

#clozy .removePrev {
	position: absolute;
	left: 5px;
	top: 8px;
	width: 130px;
	height: 35px;
}

#clozy .instructionStrip {
	padding: 35px 0 0 60px;
	font-size: 14px;
}

.repeat {
	background: url(../images/repeat.jpg) no-repeat;
	width: 36px;
	height: 34px;
	display: inline-block;
	cursor: pointer;
	margin-right: 8px;
}

.photo {
	background: url(../images/photo.jpg) no-repeat;
	width: 36px;
	height: 34px;
	display: inline-block;
	cursor: pointer;
	margin-right: 8px;
}

#clozy .slider .next {
	position: absolute;
	bottom: 50px;
	top: auto;
	right: 100px;
	font-size: 18px;
	color: #0182c6;
}

.audioPlayer .print {
	position: absolute;
	bottom: -35px;
	left: 0;
}

.audioPlayer .print span {
	display: none;
}

.audioPlayer .print:hover span {
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
}



#clozy .answer {
	left: 36%;
	top: 15px;
}

#clozyRight {
	background: url(../images/right2.png) no-repeat right 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 30px;
	z-index: 1000;
}

#clozyWrong {
	background: url(../images/right2.png) no-repeat right -30px;
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 30px;
	z-index: 1000;
}

#clozy .ques div {
	position: relative;
}

#clozy .selectedOption {
	display: inline-block;
	padding-top: 4px;
}

#clozy .progress {
	top: -40px;
	right: 1em;
	position: absolute;
	width: 400px;
	height: 32px;
}

#clozy .progressBar {
	background: url(../images/pbg.gif) repeat-x;
	border: 1px solid #cfe9f6;
	overflow: hidden;
	border-radius: 8px;
	width: 400px;
	height: 32px;
}

#clozy .progressLength {
	background: url(../images/pbg1.gif) repeat-x;
	height: 32px;
	width: 0px;
}



#clozy .switchArow {
	position: absolute;
	background: url(../images/progress.png) no-repeat 0px 0;
	width: 36px;
	position: absolute;
	left: -20px;
	top: -1px;
	height: 36px;
}

#clozy .switch {
	background-position: -40px 0;
	width: 36px;
}

#clozy .counter2 {
	background: url(../images/counterBG.png) no-repeat;
	height: 27px;
	width: 27px;
	position: absolute;
	left: 18px;
	top: 2px;
	text-align: center;
	font-size: 14px;
	color: #FF0000;
	padding-top: 4px;
}

#clozy .correct,
#clozy .incorrect {
	margin: 0 4px 0 6px;
}

#clozy .per {
	margin-left: 6px;
	font-size: 20px;
}

#clozy .tnameOption {
	position: absolute;
	right: 126px;
	top: 15px;
}

#clozy .rightAnswer {}

#clozy .wrongOption {
	background: url(../images/wrong.png) no-repeat left center;
	padding-left: 25px;
	color: #FF0000;
}

#clozy .redLine {
	border: 1px solid #FF0000;
	border-top: 0px;
	display: inline-block;
}

#clozy .checkBocx {
	margin-left: 32px;
	color: #0182C6;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

#clozy .layer {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#clozy .hibro .tnameOption {
	left: 20px;
}

#clozy .hibro .selectedOption {
	position: absolute;
	right: 130px;
	top: 27px;
}

#clozy .hibro .rightAnswer {
	position: absolute;
	right: 130px;
	top: 27px;
}

#clozy .answered {
	margin: 10px 5px;
}

#clozy .answered div {
	background: url(../images/questionCheck.jpg) no-repeat;
	padding-left: 22px;
	display: block;
	color: #0182C6;
	font-size: 14px;
	font-weight: bold;
}

#clozy .answered div.right {
	background-position: 0 0;
	height: 19px;
	margin-bottom: 15px;
}

#clozy .answered div.wrong {
	background-position: 0 -18px;
	height: 19px;
	margin-bottom: 5px;
}

.answerCon {
	font-size: 14px;
	color: #0182C6;
	font-weight: bold;
}

.answerCon span {
	display: inline-block;
	padding: 0 5px;
}

#puttext {
	padding: 6px;
	letter-spacing: 5px;
	font-size: 20px;
	color: #0182C6;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: 6;
	background: none;
	border: 0;
}

.type {
	display: inline-block;
	height: 33px;
	width: 9px;
	margin-right: 4px;
	border-bottom: 1px solid #0182C6;
	position: absolute;
	z-index: 5;
}

.option {
	margin-top: 10px;
	position: relative;
}

.option .opt {
	float: left;
	margin-right: 8px;
	background: #f0fcfc;
	padding: 8px;
	border-radius: 6px;
	margin-bottom: 8px;
	position: relative;
}

.option .opt .ans {
	display: block;
	padding: 4px;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #0799ca;
	text-align: center;
	cursor: pointer;
}

.ques div input {
	border: 0;
	background: none;
	border-bottom: 1px solid #ccc;
	width: 120px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #0182c6;
}

#options {
	min-height: 100px;
}

#options .option.show {
	display: block;
}

#options .option {
	display: none;
}

#options .imgPop {
	height: 282px;
	width: 376px;
	position: absolute;
	background: #f0fcfc;
	padding: 8px;
	left: 100%;
	bottom: 0px;
	border: 1px solid #ccc;
	z-index: 999;
	display: none;
}

.nextPrev {
	margin-right: 25%;
	margin-top: 10px;
	height: 20px;
}

.muteSound {
	position: absolute;
	left: 8px;
	bottom: 12px;
	height: 34px;
	width: 36px;
	z-index: 5;
}

.mutePhoto {
	position: absolute;
	left: 55px;
	bottom: 12px;
	height: 34px;
	width: 36px;
	z-index: 5;
}

.wordPhoto {
	position: absolute;
	left: 10px;
	top: 5px;
	height: 38px;
	width: 100%;
	z-index: 5;
}

.resultScreenTemp {
	display: none;
}

.dans {
	display: none;
}

#clozy .image .resultScreen {
	background: #fff;
	text-align: left;
	height: 100%;
	width: 100%;
}

#clozy .image .resultScreen ol {
	overflow: auto;
	margin-bottom: 10px;
	max-height: 285px;
}

#clozy .image .resultScreen h2 {
	font-size: 16px;
}

#clozy .image .resultScreen .dans {
	display: inline-block;
	color: #00FF00;
	font-weight: bold;
}

#clozy .image .resultScreen input {
	background: none;
	border: 1px solid #FF0000;
	border-top: 0;
	cursor: auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}

#clozy .picCon .resultScreen li {
	margin-bottom: 10px;
	margin-left: 40px;
	line-height: 30px;
}

#clozy .picCon .resultScreen .answered {
	font-size: 18px;
	font-weight: bold;
}

#clozy .picCon .resultScreen .correct {
	color: #009900;
}

#clozy .picCon .resultScreen .incorrect {
	color: #FF0000;
}

#custom-menu {
	display: none;
}

.printCon {
	position: absolute;
	width: 98%;
	height: 88%;
	padding: 10px;
	padding-bottom: 40px;
	background: #fff;
	top: -30px;
	left: 2px;
	z-index: 1000;
	display: none;
}

.printCon .cover {
	font-size: 16px;
	background: #fff;
}

.printCon .dans {
	display: none;
}

.printCon ol {
	margin-left: 20px;
	margin-top: 15px;
	overflow: auto;
	height: 400px;
}

.printCon ol input {
	border: 0px;
	border-bottom: 1px solid #ccc;
	width: 100px;
	background: none;
}

.printCon ol li {
	margin-bottom: 15px;
	line-height: 28px;
	font-size: 1.2em;
}

.printCon .head li {
	display: inline-block;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
}

.printCon .pLink {
	position: absolute;
	bottom: 5px;
	left: 15px;
}

.printCon .pLink a {
	margin-right: 10px;
	color: #003399;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.printCon .pLink a:hover {
	text-decoration: underline;
}

.printCon .lastScr .dans {
	display: inline-block;
	font-weight: bold;
}

@media print {
	.reload {
		display: none;
	}

	.controllBar {
		display: none;
	}

	.lastScroll {
		height: auto;
	}

	.secondColom {
		display: none;
	}

	.tower,
	.tower1,
	.tower2 {
		display: none;
	}

	.secondColom {
		display: none;
	}

	.practiceWarp {
		display: none;
	}

	.bottomCarousel {
		display: none;
	}

	.footer {
		display: none;
	}

	.yiiLog {
		display: none;
	}

	.menu {
		display: none
	}

	.utilityMenu {
		display: none
	}

	.header {
		display: none
	}

	.pairColom {
		border: 0;
	}

	#clozy .image .resultScreen ol {
		overflow: visible;
		margin-bottom: 10px;
		max-height: 100%;
		height: 100%
	}

	.printCon .cover {
		max-height: 100%;
		height: 100%;
		overflow: visible;
		font-size: 16px;
	}

	.printCon .pLink {
		display: none;
	}

	.content table {
		display: none;
	}

	.wrapCarousel {
		display: none;
	}

	.printCon ol {
		margin-left: 20px;
		margin-top: 15px;
		overflow: visible;
		height: 100%;
	}

	.printCon {
		height: 100%;
	}

	#clozy .pairColom {
		border: 0px solid #84deef;
	}

	.content {
		min-height: 20000px;
		overflow: visible !important;
	}
}