/* CSS Document */

/*! normalize - making reset / default for all browsers */
html {
	font-family: Arial, Helvetica, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

b,
strong,
optgroup {
	font-weight: 700;
}

pre,
textarea {
	overflow: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
	border: 0;
	padding: 0;
}

.ui-draggable {
	cursor: move;
}

.ui-draggable-dragging {
	z-index: 10000;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Preloader */
#loaderContainer {
	width: 826px;
	height: 350px;
	position: absolute;
	z-index: 500;
	background-color: #fff;
}

#progressBar {
	position: absolute;
	width: 200px;
	height: 15px;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -100px;
	border-radius: 10px;
	background-color: #ddd;
}

#progressBar>div {
	background-color: #444;
	height: 15px;
	border-radius: 10px;
}

#progressText {
	font-size: 15px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
	text-align: center;
	top: 49%;
	width: 200px;
	font-weight: bold;
	color: #444;
}

/* mainContainer */
#mainContainer {
	width: 826px;
	height: 360px;
	position: absolute;
	background-color: #fff;
	cursor: default;
	overflow: hidden;
}

#activityArea {
	width: 826px;
	height: 290px;
}

/* descrption (on top) */
#desc {
	padding: 0px 0px;
	text-align: left;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000;
	height: 60px;
	overflow: auto;
	outline: none;
}

/* Tools (on Left) */
#tools {
	border: 1px solid #999999;
	color: #000000;
	font: 14px/120% Arial;
	background-color: #fff;
	left: 10px;
	min-height: 50px;
	position: absolute;
	top: 75px;
	width: 96px;
	z-index: 50;
}

#tools .heading {
	background-color: #f3f2f2;
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #999;
}

#tools div+div {
	text-align: center;
	padding: 5px;
}

#tools img {
	display: block;
	margin: 0 auto 3px;
	cursor: pointer;
	position: relative;
}

#tools>div>span {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	background-repeat: no-repeat;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* Disable State */
#tools div.disable,
#tools div.disable img,
#tools img.disable,
#tools div.disable * {
	cursor: default !important;
	opacity: 0.5;
}

.hidden {
	visibility: hidden;
}

.defaultCursor {
	cursor: default !important;
}

/* Stage (on Right - Main animation / activity area)*/
#stage {
	width: 826px;
	height: 280px;
	overflow: hidden;
	position: absolute;
	top: 70px;
}

#stage>div {
	width: 854px;
	height: 290px;
	position: absolute;
	pointer-events: none;
}

.continue {
	position: absolute;
	right: 10px;
	top: 242px;
	background-image: url(../images/continue_btn.png);
	width: 130px;
	height: 35px;
	cursor: pointer;
	display: none;
	pointer-events: auto;
	background-color: transparent;
	border: none;
	padding: 0;
}

.dropArea,
.dragBottle,
.dragTube {
	display: none;
	pointer-events: auto;
}

/* Stage 2 */
#desc.shrink {
	width: 406px;
	height: auto;
	float: left;
}

#activityArea.shrink {
	width: 420px;
	height: 360px;
	float: right;
}

#stage2 {
	width: 420px;
	height: 360px;
	overflow: hidden;
	position: absolute;
	pointer-events: none;
	display: none;
}

#stage2>div {
	width: 420px;
	height: 360px;
	position: absolute;
	pointer-events: none;
}

#stage2 .continue {
	top: 316px;
}

/* Step 1 */
#step1 {
	background-image: url('../images/s1_0.png');
	left: -19px;
}

#step1_1 {
	background-image: url('../images/s1_1.png');
	left: -19px;
}

#step1 .dropArea {
	height: 130px;
	left: 195px;
	position: absolute;
	top: 135px;
	width: 465px;
	display: block;
}

#step1 .continue {
	display: block;
}

#step1 .dragBottle {
	background-image: url(../images/bottle0.png);
	height: 206px;
	left: 82px;
	position: absolute;
	top: 40px;
	width: 60px;
	pointer-events: auto;
	display: block;
}

/* #step1 .step1DragBottle {
	height: 206px;
	left: 82px;
	position: absolute;
	top: 40px;
	width: 60px;
	display: block;
	background: transparent;
	border: none;
	display: block;
} */

#step1 .dragBottle.ui-draggable-dragging {
	background-image: url(../images/bottle1.png);
	width: 70px;
	height: 215px;
}

/* Step 2 */
#step2 {
	background-image: url(../images/s2.png);
	left: -19px;
}

#step2.s2 {
	background-position: -854px 0;
	left: -19px;
}

#step2 .dropArea {
	height: 205px;
	left: 368px;
	position: absolute;
	top: 0;
	width: 117px;
}

#step2 .dragBottle {
	background-image: url(../images/bottle2.png);
	height: 182px;
	left: 140px;
	position: absolute;
	top: 75px;
	width: 53px;
}

#step2 #step2DragBottle {
	height: 182px;
	left: 140px;
	position: absolute;
	top: 75px;
	width: 53px;
	border: none;
	background: transparent;
}

#step2 .dragBottle.ui-draggable-dragging {
	background-image: url(../images/bottle3.png);
	width: 60px;
	height: 190px;
}

/* Step 3 */
#step3 {
	background-image: url(../images/slide-9-12.png);
}

#step3.s2 {
	background-image: url(../images/s3_steps.png);
	background-position: 0 0;
}

.clickOnBottle {
	cursor: pointer;
	height: 75px;
	left: 47px;
	position: absolute;
	top: 33px;
	width: 25px;
	display: none;
	pointer-events: auto;
	border: none;
	padding: 0;
	background-color: transparent;
}

/* Step 4 */
#step4 {
	background-image: url(../images/slide-13-16.png);
}

#step4.s2 {
	background-image: url(../images/s3_steps.png);
	background-position: -420px 0;
}

/* Step 5 */
#step5 {
	background-image: url(../images/slide-17-20.png);
}

#step5.s2 {
	background-image: url(../images/s3_steps.png);
	background-position: -840px 0;
}


/* Step 6 */
#step6 {
	background-image: url(../images/s6_0.png);
}

#step6_1 {
	background-image: url(../images/s6_1.png);
}

#step6 .dropArea {
	height: 240px;
	left: 558px;
	position: absolute;
	top: 22px;
	width: 52px;
}

#step6 .dragTube {
	background-image: url(../images/tube0.png);
	height: 223px;
	position: absolute;
	width: 68px;
	left: 80px;
	top: 10px;
}

#step6 #step6DragBottle {
	height: 223px;
	position: absolute;
	width: 68px;
	left: 80px;
	top: 10px;
	border: none;
	background: transparent;
}

#step6 .dragTube.ui-draggable-dragging {
	background-image: url(../images/tube1.png);
	background-position: 4px 0;
	height: 233px;
	width: 80px;
}

/* Step 7 */
#step7 {
	background-image: url(../images/s7.png);
}

#step7 .dropArea {
	height: 223px;
	left: 238px;
	position: absolute;
	top: 46px;
	width: 64px;
}

#step7 .dragTube {
	background-image: url(../images/tube4.png);
	height: 223px;
	left: 600px;
	position: absolute;
	top: 40px;
	width: 66px;
}

#step7 #step7DragBottle {
	height: 223px;
	left: 600px;
	position: absolute;
	top: 40px;
	width: 66px;
	background: transparent;
	border: none;
}

#step7 .dragTube.ui-draggable-dragging {
	background-image: url(../images/tube5.png);
	height: 233px;
	width: 80px;
}

/* Step 8 */
#step8 {
	background-image: url(../images/s8.png);
	left: -19px;
}

#step8.s2 {
	background-position: -854px 0;
	left: -19px;
}

#step8 .dropArea {
	height: 210px;
	left: 368px;
	position: absolute;
	top: 0;
	width: 117px;
}

#step8 .dragBottle {
	background-image: url(../images/bottle4.png);
	height: 182px;
	left: 140px;
	position: absolute;
	top: 75px;
	width: 53px;
}

#step8 #step8DragBottle {
	height: 182px;
	left: 140px;
	position: absolute;
	top: 75px;
	width: 53px;
	background: transparent;
	border: none;
}

#step8 .dragBottle.ui-draggable-dragging {
	background-image: url(../images/bottle5.png);
	width: 60px;
	height: 190px;
}


/* Step 9 */
#step9 {
	background-image: url(../images/s9.png);
}

#step9.s2 {
	background-image: url(../images/s9_steps.png);
	background-position: 0 0;
}

/* Step 10 */
#step10 {
	background-image: url(../images/s9.png);
}

#step10.s2 {
	background-image: url(../images/s9_steps.png);
	background-position: -420px 0;
}

/* Step 11 */
#step11 {
	background-image: url(../images/s9.png);
}

#step11.s2 {
	background-image: url(../images/s9_steps.png);
	background-position: -840px 0;
}

/* Step 12 */
#step12 {
	background-image: url(../images/s6_0.png);
}

#step12_1 {
	background-image: url(../images/s6_1.png);
}

#step12 .dropArea {
	height: 240px;
	left: 558px;
	position: absolute;
	top: 22px;
	width: 52px;
}

#step12 .dragTube {
	background-image: url(../images/tube0.png);
	height: 223px;
	position: absolute;
	width: 68px;
	left: 80px;
	top: 10px;
}

#step12 #step12DragBottle {
	height: 223px;
	position: absolute;
	width: 68px;
	left: 80px;
	top: 10px;
	background: transparent;
	border: none;
}

#step12 .dragTube.ui-draggable-dragging {
	background-image: url(../images/tube1.png);
	background-position: 4px 0;
	height: 233px;
	width: 80px;
}

/* Step 13 */
#step13 {
	background-image: url(../images/s13.png);
}

#step13 .dropArea {
	height: 223px;
	left: 238px;
	position: absolute;
	top: 46px;
	width: 64px;
}

#step13 .dragTube {
	background-image: url(../images/tube4.png);
	height: 223px;
	left: 600px;
	position: absolute;
	top: 40px;
	width: 66px;
}

#step13 #step13DragBottle {
	height: 223px;
	left: 600px;
	position: absolute;
	top: 40px;
	width: 66px;
	background: transparent;
	border: none;
}

#step13 .dragTube.ui-draggable-dragging {
	background-image: url(../images/tube5.png);
	height: 233px;
	width: 80px;
}

/* Step 14 */
#step14 {
	background-image: url(../images/s14.png);
	left: -19px;
}

#step14.s2 {
	background-position: -854px 0;
}

#step14 .dropArea {
	height: 210px;
	left: 368px;
	position: absolute;
	top: 0;
	width: 117px;
}

#step14 .dragBottle {
	background-image: url(../images/bottle6.png);
	height: 182px;
	left: 140px;
	position: absolute;
	top: 75px;
	width: 53px;
}

#step14 #step14DragBottle {
	height: 182px;
	left: 140px;
	position: absolute;
	top: 75px;
	width: 53px;
	background: transparent;
	border: none;
}

#step14 .dragBottle.ui-draggable-dragging {
	background-image: url(../images/bottle7.png);
	width: 60px;
	height: 190px;
}


/* Step 15 */
#step15 {
	background-image: url(../images/s15.png);
}

#step15.s2 {
	background-image: url(../images/s15_steps.png);
	background-position: 0 0;
}

#step15 .clickOnBottle {
	height: 55px;
	left: 111px;
	top: 136px;
	width: 24px;
}

/* Step 16 */
#step16 {
	background-image: url(../images/s15.png);
}

#step16.s2 {
	background-image: url(../images/s15_steps.png);
	background-position: -420px 0;
}

#step16 .clickOnBottle {
	height: 55px;
	left: 111px;
	top: 136px;
	width: 24px;
}

/* Step 17 */
#step17 {
	background-image: url(../images/s15.png);
}

#step17.s2 {
	background-image: url(../images/s15_steps.png);
	background-position: -840px 0;
}

#step17 .clickOnBottle {
	height: 55px;
	left: 111px;
	top: 136px;
	width: 24px;
}


/* Step 18 */
#step18 {
	background-image: url(../images/s6_0.png);
}

#step18_1 {
	background-image: url(../images/s6_1.png);
}

#step18 .dropArea {
	height: 240px;
	left: 560px;
	position: absolute;
	top: 22px;
	width: 52px;
}

#step18 .dragTube {
	background-image: url(../images/tube0.png);
	height: 223px;
	position: absolute;
	width: 67px;
	left: 80px;
	top: 10px;
}

#step18 #step18DragBottle {
	height: 223px;
	position: absolute;
	width: 67px;
	left: 80px;
	top: 10px;
	background: transparent;
	border: none;
}

#step18 .dragTube.ui-draggable-dragging {
	background-image: url(../images/tube1.png);
	background-position: 4px 0;
	height: 233px;
	width: 80px;
}

/* Step 19 */
#step19 {
	background-image: url(../images/s19.png);
}

#step19 .dropArea {
	height: 223px;
	left: 238px;
	position: absolute;
	top: 46px;
	width: 64px;
}

#step19 .dragTube {
	background-image: url(../images/tube4.png);
	height: 223px;
	left: 600px;
	position: absolute;
	top: 40px;
	width: 66px;
}

#step19 #step19DragBottle {
	height: 223px;
	left: 600px;
	position: absolute;
	top: 40px;
	width: 66px;
	background: transparent;
	border: none;
}

#step19 .dragTube.ui-draggable-dragging {
	background-image: url(../images/tube5.png);
	height: 233px;
	width: 80px;
}

/* Step 20 */
#step20 {
	background-image: url(../images/s20.png);
	left: -19px;
}

#step20.s2 {
	background-position: -854px 0;
}

#step20 .dropArea {
	height: 210px;
	left: 368px;
	position: absolute;
	top: 0;
	width: 117px;
}

#step20 .dragBottle {
	background-image: url(../images/bottle8.png);
	height: 182px;
	left: 140px;
	position: absolute;
	top: 75px;
	width: 53px;
}

#step20 #step20DragBottle {
	height: 182px;
	left: 140px;
	position: absolute;
	top: 75px;
	width: 53px;
	background: transparent;
	border: none;
}

#step20 .dragBottle.ui-draggable-dragging {
	background-image: url(../images/bottle9.png);
	width: 60px;
	height: 190px;
}

.dragTube.drag-tube-button,
.dragBottle.drag-bottle-button {
	background: none !important;
	border: none !important;
	padding: 0;
	z-index: 0;
}

/* Step 21 */
#step21 {
	background-image: url(../images/s21.png);
}

#step21.s2 {
	background-image: url(../images/s21_steps.png);
	background-position: 0 0;
}

#step21 .clickOnBottle {
	height: 55px;
	left: 139px;
	top: 170px;
	width: 28px;
}

/* Step 22 */
#step22 {
	background-image: url(../images/s21.png);
}

#step22.s2 {
	background-image: url(../images/s21_steps.png);
	background-position: -420px 0;
}

#step22 .clickOnBottle {
	height: 55px;
	left: 139px;
	top: 170px;
	width: 28px;
}

/* Step 23 */
#step23 {
	background-image: url(../images/s21.png);
}

#step23.s2 {
	background-image: url(../images/s21_steps.png);
	background-position: -840px 0;
}

#step23 .clickOnBottle {
	height: 55px;
	left: 139px;
	top: 170px;
	width: 28px;
}



.loadCssImgs {
	width: 0;
	height: 0;
	overflow: auto;
}

.loadCssImgs .lci1 {
	background-image: url(../images/s3_steps.png);
}

.loadCssImgs .lci2 {
	background-image: url(../images/s9_steps.png);
}

.loadCssImgs .lci3 {
	background-image: url(../images/s15_steps.png);
}

.loadCssImgs .lci4 {
	background-image: url(../images/s21_steps.png);
}

/*.loadCssImgs img{ display:none; }*/

#whitePatch {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.alt-div,
.blankDiv,
.blankDiv2,
#statusDiv {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.alt-div {
	left: 200px;
	top: 200px;
}

#at_desc{ padding: 0px 0px; text-align:left; font: normal 16px/120% Arial, Helvetica, sans-serif;outline: none; color:#000; height: 60px; overflow: auto;opacity: 0;position: absolute; }