font-face {
	font-family: 'Conv_Chicago';
	src: url('fonts/Chicago.eot');
	src: local('☺'), url('fonts/Chicago.woff') format('woff'), url('fonts/Chicago.ttf') format('truetype'), url('fonts/Chicago.svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeue-Medium.woff') format('woff'), url('fonts/HelveticaNeue-Medium.ttf')  format('truetype'), url('fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
@font-face {
	font-family: 'Conv_GaramondBookItalic';
	src: url('fonts/Garamond Book Italic.eot');
	src: local('☺'), url('fonts/Garamond Book Italic.woff') format('woff'), url('fonts/Garamond Book Italic.ttf') format('truetype'), url('fonts/Garamond Book Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: "arial";
}
body a{
	text-decoration:none;
	
}
body button{
	border:0px;
	background-color: transparent;
	cursor:pointer;
	font-size:17px;
	padding:0px;
}
body button:focus{outline:0px;}
body *{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.control-wrapper{display:none;}
#mainGame .highlighter {
	outline: 3px solid #ffff00;
	padding: 1px;
}
.container #mainGame {
	position: relative;
	margin:0px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 816px;
	height: 611px;
	/* border:#333333 solid 1px; */
	overflow:hidden;
}
.disabled {
	cursor: default !important;
}
.focused {
    box-shadow: 0px 0px 0px 2px #ffff00;
    border-radius: 2px !important;
    outline: 0;
}
.tabbed {
	outline: none;
}

.screen{display:none;}

#screen2{
	width: 100%;
	height: 100%;
	position: absolute;
	background:url(../images/l27/bg2.png) no-repeat;
	background-size: 100% 100%;
}
#screen1{
	width: 100%;
	height: 611px;
	position:absolute;
	left:0px;
	background:url(../images/l27/bg.png) no-repeat;
	background-size:100% 100%;
	top:0%;
	
}

.skipBtn {
position: absolute;
    width: 258px;
    height: 71px;
    top: 539px;
    left: 296px;
    /* padding: 10px 0 0; */
    background: url(../images/skip1.svg);
    background-size: 98% 100%;
    z-index: 102;
    color: black;
    text-align: center;
    line-height: 58px;
    font-size: 23px;
    text-indent: 40px;
    transform: scale(0.96,1);
    -webkit-transform: translate3d(0,0,0);
}
.skipBtn:hover, .skipBtn:focus {
    background-image: url(../images/skip2.svg);
}
.headAni{
	width: 142px; height: 118px;
    background: url(../images/l27/headsprite.png) no-repeat;
	position:absolute;
	top: 36px;
    left: 330px;
    transform: scale(1,1.2);
	animation:head 25s steps(264) infinite;
	animation-play-state: running;
}
@keyframes head{
	from{background-position:0 0;}
	to{background-position:-0 -31152px;}
}
.headAni.pause{
	animation-play-state: paused;
}


.m_screen_subtitles {
    width: 513px;
    height: 90px;
    background: url(../images/l27/m_screen_subtitles.png) no-repeat;
    position: absolute;
    top: 515px;
    left: -520px;
    background-size: 100% 100%;
	animation:sub1 0.5s ease forwards;
	color:white;
}
@keyframes sub1{
	0%{left: -520px;}
	90%{left: 105px;}
	100%{left: 99px;}
}
.m_screen_subtitles .span{
	display: block;
    width: 454px;
    height: 56px;
    position: absolute;
    top: 17px;
    left: 27px;
}



.m_screen_nav {
	width: 184px;
    height: 72px;
    background: url(../images/l27/m_screen_nav.png) no-repeat;
    position: absolute;
    top: 531px;
    left: 820px;
    background-size: 100% 100%;
	animation:sub2 0.5s 0.4s ease forwards;
}
@keyframes sub2{
	0%{left: 820px;}
	90%{left: 610px;}
	100%{left: 615px;}
}
.m_screen_player {
    width: 394px;
    height: 76px;
    background: url(../images/l27/m_screen_player.png) no-repeat;
    position: absolute;
    top: 450px;
    left: 820px;
    background-size: 100% 100%;
	animation:sub3 0.5s 0.9s ease forwards;
}
@keyframes sub3{
	0%{left: 820px;}
	90%{left: 414px;}
	100%{left: 419px;}
}
.continue1 {
	width: 163px;
    height: 53px;
    background: url(../images/l27/arrow-btn1_b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
    left: 10px;
    color: black;
    text-align: left;
    line-height: 53px;
    text-indent: 64px;
    font-size: 17px;
}
.continue1:hover, .continue1:focus {
    background: url(../images/l27/arrow-btn1_b_hover.png) no-repeat;
    background-size: 100% 100%;
}


.forwards {
    width: 47px;
    height: 47px;
    background: url(../images/l27/b_player_03_forward0001.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
    left: 203px;
    color: transparent;
}
.forwards:hover, .forwards:focus {
    background: url(../images/l27/b_player_03_forward0002.png) no-repeat;
    background-size: 100% 100%;
}

.backwards {
    width: 47px;
    height: 47px;
    background: url(../images/l27/b_player_04_back0001.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
    left: 153px;
    color: transparent;
}
.backwards:hover, .backwards:focus {
    background: url(../images/l27/b_player_04_back0002.png) no-repeat;
    background-size: 100% 100%;
}

.playbtn {
    width: 47px;
    height: 47px;
    background: url(../images/l27/b_player_01_play0001.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
    left: 103px;
    color: transparent;
}
.playbtn:hover, .playbtn:focus {
    background: url(../images/l27/b_player_01_play0002.png) no-repeat;
    background-size: 100% 100%;
}

.playbtn.play {
	background: url(../images/l27/b_player_02_pause0001.png) no-repeat;
    background-size: 100% 100%;
}
.playbtn.play:hover, .playbtn.play:focus {
    background: url(../images/l27/b_player_02_pause0002.png) no-repeat;
    background-size: 100% 100%;
}

.slider {
    width: 116px;
    height: 7px;
    background: white;
    position: absolute;
    left: 259px;
    top: 20px;
    border-radius: 3px;
}

.btnhoverText {
    position: absolute;
    left: 267px;
    top: 47px;
    color: white;
}

#screen3 .popupAnimation .para1 button{
	font-size:17px;
	text-decoration:underline;
}

#screen4 .popupAnimation .para1 button{
	font-size:17px;
	text-decoration:underline;
}



#screen4 .popupAnimation{z-index:4;}








.indicator {
    width: 16px;
    height: 19px;
    background: url(../images/l27/mcindicator1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -6px !important;
    left: 0px;
    color: transparent;
}
.indicator:hover, .indicator:focus {
    background: url(../images/l27/mcindicator2.png) no-repeat;
    background-size: 100% 100%;
}

#screen3 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/l27/mainbg.png) no-repeat;
    background-size: 100% 100%;
    transform: scale(1.055,1.02);
    left: -17px;
    top: 2px;
}
.popupAnimation {
    background: url(../images/l27/sprite1.png) no-repeat;
	background-position: -4578px -4578px;
    width: 1120px;
    height: 753px;
    position: absolute;
    top: -218px;
    left: -207px;
    transform: scale(1,1.25);
	animation:ani1 0.75s 0.1s steps(6) forwards;
	display:none;
}
@keyframes ani1{
	from{background-position:0 0;}
	to{background-position: 0 -4578px; }
}

.popupAnimation .para1 {
    position: absolute;
    top: 327px;
    left: 413px;
    width: 426px;
    font-size: 17px;
    height: 290px;
    overflow: hidden;
	display:none;
}
.popupAnimation .para1 a{
	color:black;
	text-decoration:underline;
}
.popupAnimation.back{
    background: url(../images/l27/sprite2.png) no-repeat;
	background-position: 0px 0px;
	animation:ani2 1s 0.1s steps(5) forwards;	
}
@keyframes ani2{
	from{background-position:0 0;}
	to{background-position: 0 -3765px; }
}


.manhead {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 168px;
    font-size: 17px;
    height: 268px;
    background: url(../images/l27/manhead.png) no-repeat;
    background-size: 100% 100%;
}

#screen4 .infoText{
	position: absolute;
    top: 14px;
    left: 202px;
    font-size: 21px;
    line-height: 31px;
    width: 551px;
}

#screen4 .infoText .text1{
	color: #085c06;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
#screen4 .infoText .text2 button{font-size:21px; text-decoration:underline;}



.continue2 {
	width: 163px;
    height: 45px;
    background: url(../images/l27/arrow-btn1_b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 594px;
    left: 801px;
    color: black;
    text-align: left;
    line-height: 45px;
    text-indent: 69px;
    font-size: 17px;
	display:none;
}
.continue2:hover, .continue2:focus {
    background: url(../images/l27/arrow-btn1_b_hover.png) no-repeat;
    background-size: 100% 100%;
}

#screen4 .menu{
	width: 100px;
    height: 100px;
    position: absolute;
    border: 2px solid rgba(0, 0, 0, 1);
    border-radius: 19px;
	color:transparent;
}
#screen4 .menu.menu1{
	background: url(../images/l27/m_bernieintro00080001.png) no-repeat;
    background-size: 100% 100%;
	top: 260px;
    left: 111px;
}

#screen4 .menu.menu2{
	background: url(../images/l27/m_bernieintro00080002.png) no-repeat;
	background-size: 100% 100%;
	top: 260px;
	left: 240px;
}


#screen4 .menu.menu3{
	background: url(../images/l27/m_bernieintro00080003.png) no-repeat;
	background-size: 100% 100%;
	top: 260px;
	left: 366px;
}


#screen4 .menu.menu4{
	background: url(../images/l27/m_bernieintro00080004.png) no-repeat;
	background-size: 100% 100%;
	top: 260px;
	left: 492px;
}


#screen4 .menu.menu5{
	background: url(../images/l27/m_bernieintro00080005.png) no-repeat;
	background-size: 100% 100%;
	top: 260px;
	left: 620px;
}


#screen4 .menu.menu6{
	background: url(../images/l27/m_bernieintro00080006.png) no-repeat;
	background-size: 100% 100%;
	top: 385px;
	left: 111px;
}

#screen4 .menu.menu7{
	background: url(../images/l27/m_bernieintro00080007.png) no-repeat;
	background-size: 100% 100%;
	top: 385px;
	left: 240px;
}

#screen4 .menu.menu8{
	background: url(../images/l27/m_bernieintro00080008.png) no-repeat;
	background-size: 100% 100%;
	top: 385px;
	left: 366px;
}

#screen4 .menu.menu9{
	background: url(../images/l27/m_bernieintro00080009.png) no-repeat;
	background-size: 100% 100%;
	top: 385px;
	left: 492px;
}

#screen4 .menu.menu10{
	background: url(../images/l27/m_bernieintro00080010.png) no-repeat;
	background-size: 100% 100%;
	top: 385px;
	left: 620px;
}
#screen4 .menu.active{
	box-shadow: 0px 0px 0px 8px #51a09d;
}
#screen4 .infoText .text2 a{text-decoration:underline;}




.chooseButton {
	width: 176px;
    height: 59px;
    background: url(../images/l27/arrow-btn1_b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 543px;
    left: 611px;
    color: black;
    text-align: left;
    line-height: 59px;
    text-indent: 69px;
    font-size: 21px;
	display:none;
}
.chooseButton:hover, .chooseButton:focus {
    background: url(../images/l27/arrow-btn1_b_hover.png) no-repeat;
    background-size: 100% 100%;
}

.pondScreen{
	width: 100%;
    height: 100%;
    background: url(../images/l27/img11.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:1;
}

#screen4 .img1{
	width: 245px;
    height: 125px;
    background: url(../images/l27/img1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
	right:0px;
	bottom:0px;
}
#screen4 .img2{
	width: 759px;
    height: 283px;
    background: url(../images/l27/img2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
	right: 57px;
    bottom: 9px;
	z-index:10;
}
#screen4 .img3{
    width: 517px;
    height: 269px;
    background: url(../images/l27/img3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 215px;
    bottom: 5px;
}
#screen4 .img4{
	width: 39px;
    height: 115px;
    background: url(../images/l27/img4.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 126px;
    left: 545px;
}

#screen4 .img5{
	width: 554px;
    height: 217px;
    background: url(../images/l27/img5.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 1px;
    bottom: 0px;z-index: 1;
}

#screen4 .img6{
	width: 686px;
    height: 397px;
    background: url(../images/l27/img6.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -35px;
    bottom: -8px;
	z-index:2;
}

#screen4 .img7{
	width: 393px;
    height: 117px;
    background: url(../images/l27/img7.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 389px;
    bottom: 194px;
}

#screen4 .img8{
	width: 80px;
    height: 49px;
    background: url(../images/l27/img8.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 274px;
    top: 351px;
}

#screen4 .img9{
	width: 81px;
    height: 48px;
    background: url(../images/l27/img9.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 720px;
    top: 242px;
}

#screen4 .img10{
	width: 294px;
    height: 374px;
    background: url(../images/l27/img10.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 13px;
    z-index: 2;
    bottom: 1px;
}

#screen4 .img11 {
    width: 159px;
    height: 297px;
    background: url(../images/l27/img13.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 249px;
    bottom: 65px;
    z-index: 2;
	display:none;
}
#screen4 .img12 {
	width: 36px;
    height: 38px;
    background: url(../images/l27/img14.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 439px;
    top: 200px;
	display:none;
}

#screen4 .img13 {
	width: 796px;
    height: 221px;
    background: url(../images/l27/img12.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 21px;
    top: 385px;
    z-index: 0;
    transform: rotate(3deg);
    transform-origin: bottom right;
}
#screen4 .zoomout{
	width:800px;
    height: 501px;
    background: url(../images/l27/m_main0077.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 8px;
    top: 56px;
	z-index:2;
	transform: scale(1.01,1.2);
	display:none;
	animation:zoomout1 0.3s linear forwards;
}
@keyframes zoomout1{
	from{transform: scale(1.01,1.2);}
	to{transform: scale(0,0);}
}
.layer1{
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
    background-color: white;
    background-image: url(../images/greenline.png);
    background-size: 105% 105%;
    background-position: -21px -12px;
    background-repeat: no-repeat;
}

.contnue3 {
	width: 176px;
    height: 59px;
    background: url(../images/l27/arrow-btn1_b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 3px;
    right: 6px;
    color: black;
    text-align: left;
    line-height: 59px;
    text-indent: 69px;
    font-size: 21px;
	z-index:101;
    display:none;
}
.contnue3:hover, .contnue3:focus {
    background: url(../images/l27/arrow-btn1_b_hover.png) no-repeat;
    background-size: 100% 100%;
}

.lastAnimation{
	width: 226px;
    height: 201px;
    background: url(../images/l27/css_sprites.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 409px;
    left: 589px;
	animation:last 2s steps(40) forwards;
	display:none;
	z-index:101;
}
@keyframes last{
	from{background-position: 0 0;}
	to{background-position:0 -8040px;}
}

.ar{
	width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/l27/beginp.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50px;
    vertical-align: middle;
}
.ar1{
	width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/controls/c-btn.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50px;
    vertical-align: middle;
	color:transparent;
}
.heartheword {
    width: 132px;
    height: 34px;
    background: url(../images/btn1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 85px;
    left: 0px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.heartheword:hover, .heartheword:focus {
    background: url(../images/btn2.png) no-repeat;
    background-size: 100% 100%;
}

#screen5 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/l27/bg2.png) no-repeat;
    background-size: 100% 100%;
	z-index: 11;
	display:none;
}

#screen5 .headAni1{
	width: 142px;
    height: 118px;
    background: url(../images/l27/headsprite.png) no-repeat;
    position: absolute;
    top: 36px;
    left: 330px;
    transform: scale(1,1.2);
}
#screen5 .yellowScreen{
	width: 754px;
    height: 449px;
    background: url(../images/l27/yellow.png) no-repeat;
    position: absolute;
    top: 0px;
    left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
	display:none;
	transform: scale(0.15,0.15);
	animation:yellow 0.75s 0.25s linear forwards;
}
@keyframes yellow{
	from{transform: scale(0.15,0.15);}
	to{transform: scale(1.08,1.35);}
}
#screen5 .yellowScreen.back{
	animation:yellowback 0.75s linear forwards;
}
@keyframes yellowback{
	to{transform: scale(1.08,1.35);}
	from{transform: scale(0.15,0.15);}
}

#screen5 .line1 {
    font-size: 38px;
    font-family: arial;
    text-align: center;
    line-height: 111px;
}
#screen5 .line2{font-family:arial;font-size:20px;text-align: center;}
#screen5 .line3{font-family:arial;font-size:18px;text-align: center;line-height: 53px;}
#screen5 .line4{font-family:arial;font-size:18px;   text-align: center;}
#screen5 .line5{font-family:arial;font-size:18px;text-align: center;line-height: 83px;}
#screen5 .line6{font-family:arial;font-size:22px;   text-align: center;}

#screen5 .line3 span,#screen5 .line4 span{
	border-bottom: 2px dotted black;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:25px;
	color:black;
}
input::-moz-placeholder { /* Firefox 19+ */
  font-size:25px;
  	color:black;
}
input:-ms-input-placeholder { /* IE 10+ */
  font-size:25px;
  	color:black;
}
input:-moz-placeholder { /* Firefox 18- */
  font-size:25px;
  	color:black;
}

#screen5 .line3 span input,#screen5 .line4 span input {
	outline: 0px;
    border: 0px;
    background: transparent;
	font-size:18px;
	text-align: center;
	width: 283px;
    height: 35px;
    line-height: 0.8;
    -webkit-user-select:text;
}

#screen5 .print_cirtificate {
    width: 170px;
    height: 57px;
    background-image: url(../images/controls/btn_print-glossary.svg);
    position: absolute;
    top: 538px;
    left: 279px;
    background-size: 100% 100%;
    line-height: 52px;
    text-align: center;
    text-indent: 46px;
	display:none;
}
#screen5 .print_cirtificate:hover,#screen5 .print_cirtificate:focus {
	background-image: url(../images/controls/btn_print-glossary-active.svg);
	    background-size: 100% 100%;
}

.continue4,.startagain {
	width: 151px;
    height: 47px;
    background: url(../images/l27/arrow-btn1_b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 539px;
    left: 609px;
    color: black;
    text-align: left;
    line-height: 47px;
    text-indent: 60px;
    font-size: 17px;
	display:none;
}
.continue4:hover, .continue4:focus,.startagain:hover, .startagain:focus {
    background: url(../images/l27/arrow-btn1_b_hover.png) no-repeat;
    background-size: 100% 100%;
}

#screen6 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/l27/restart.png) no-repeat;
    background-size: 100% 100%;
	z-index: 11;
	display:none;
}

.startagain{
	top: 559px;
    left: 657px;
	display:block;
	text-indent: 55px;
}

#screen5 .line3 span input:focus, #screen5 .line4 span input:focus{
	outline:0px;
	box-shadow: unset !important;
}

.popupBack{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url(../images/l27/back2.png) no-repeat;
    background-size: 100% 100%;
	z-index:102;
	display:none;
}
.popupBack.back1{
	background: url(../images/l27/back1.png) no-repeat;
    background-size: 100% 100%;	
}
.control-wrapper-2{
	z-index:103 !important;
}


.pondlayer2{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}



.pondlayer1,.pondlayer2{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	z-index:1;
}
.pondlayer2{
	z-index:2;
}


.change_sky {
    width: 823px;
    height: 244px;
    background: url(../images/pond1/img10001.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.change_hills {
    width: 816px;
    height: 184px;
    background: url(../images/pond2/img10001.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 103px;
    left: 0px;
    z-index: 2;
}

.change_grass {
    width: 816px;
    height: 400px;
    background: url(../images/pond5/img10001.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 4;
}

.change_trees {
    width: 817px;
    height: 311px;
    background: url(../images/pond3/img10001.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}

.change_water {
    width: 818px;
    height: 329px;
    background: url(../images/pond4/img10001.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 238px;
    left: 0px;
    z-index: 3;
}




.change_sky[data-value='0']{
	background: url(../images/pond1/img10001.png) no-repeat;
    background-size: 100% 100%;
}
.change_sky[data-value='1']{
	background: url(../images/pond1/img10004.png) no-repeat;
    background-size: 100% 100%;
}
.change_sky[data-value='2']{
	background: url(../images/pond1/img10008.png) no-repeat;
    background-size: 100% 100%;
}
.change_sky[data-value='3']{
	background: url(../images/pond1/img10011.png) no-repeat;
    background-size: 100% 100%;
}

.change_sky[data-value='4']{
	background: url(../images/pond1/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_sky[data-value='5']{
	background: url(../images/pond1/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_sky[data-value='6']{
	background: url(../images/pond1/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_sky[data-value='7']{
	background: url(../images/pond1/img10013.png) no-repeat;
    background-size: 100% 100%;
}



.change_hills[data-value='0']{
	background: url(../images/pond2/img10001.png) no-repeat;
    background-size: 100% 100%;
}
.change_hills[data-value='1']{
	background: url(../images/pond2/img10004.png) no-repeat;
    background-size: 100% 100%;
}
.change_hills[data-value='2']{
	background: url(../images/pond2/img10008.png) no-repeat;
    background-size: 100% 100%;
}
.change_hills[data-value='3']{
	background: url(../images/pond2/img10011.png) no-repeat;
    background-size: 100% 100%;
}

.change_hills[data-value='4']{
	background: url(../images/pond2/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_hills[data-value='5']{
	background: url(../images/pond2/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_hills[data-value='6']{
	background: url(../images/pond2/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_hills[data-value='7']{
	background: url(../images/pond2/img10013.png) no-repeat;
    background-size: 100% 100%;
}






.change_grass[data-value='0']{
	background: url(../images/pond5/img10001.png) no-repeat;
    background-size: 100% 100%;
}
.change_grass[data-value='1']{
	background: url(../images/pond5/img10004.png) no-repeat;
    background-size: 100% 100%;
}
.change_grass[data-value='2']{
	background: url(../images/pond5/img10008.png) no-repeat;
    background-size: 100% 100%;
}
.change_grass[data-value='3']{
	background: url(../images/pond5/img10011.png) no-repeat;
    background-size: 100% 100%;
}

.change_grass[data-value='4']{
	background: url(../images/pond5/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_grass[data-value='5']{
	background: url(../images/pond5/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_grass[data-value='6']{
	background: url(../images/pond5/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_grass[data-value='7']{
	background: url(../images/pond5/img10013.png) no-repeat;
    background-size: 100% 100%;
}






.change_trees[data-value='0']{
	background: url(../images/pond3/img10001.png) no-repeat;
    background-size: 100% 100%;
}
.change_trees[data-value='1']{
	background: url(../images/pond3/img10004.png) no-repeat;
    background-size: 100% 100%;
}
.change_trees[data-value='2']{
	background: url(../images/pond3/img10008.png) no-repeat;
    background-size: 100% 100%;
}
.change_trees[data-value='3']{
	background: url(../images/pond3/img10011.png) no-repeat;
    background-size: 100% 100%;
}

.change_trees[data-value='4']{
	background: url(../images/pond3/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_trees[data-value='5']{
	background: url(../images/pond3/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_trees[data-value='6']{
	background: url(../images/pond3/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_trees[data-value='7']{
	background: url(../images/pond3/img10013.png) no-repeat;
    background-size: 100% 100%;
}



.change_water[data-value='0']{
	background: url(../images/pond4/img10001.png) no-repeat;
    background-size: 100% 100%;
}
.change_water[data-value='1']{
	background: url(../images/pond4/img10004.png) no-repeat;
    background-size: 100% 100%;
}
.change_water[data-value='2']{
	background: url(../images/pond4/img10008.png) no-repeat;
    background-size: 100% 100%;
}
.change_water[data-value='3']{
	background: url(../images/pond4/img10011.png) no-repeat;
    background-size: 100% 100%;
}

.change_water[data-value='4']{
	background: url(../images/pond4/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_water[data-value='5']{
	background: url(../images/pond4/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_water[data-value='6']{
	background: url(../images/pond4/img10013.png) no-repeat;
    background-size: 100% 100%;
}

.change_water[data-value='7']{
	background: url(../images/pond4/img10013.png) no-repeat;
    background-size: 100% 100%;
}










a{color:black;}
.footer {
    position: absolute;
	top: 620px;
	min-width: 816px;
    height: 50px;
    
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.footer .fter{
	position:relative;
	width:816px;
	margin:auto;
}

.footer .copyright {
    position: relative;
    text-align: center;
    font-size: 9px;
    line-height: 1.5;
    margin-top: 9px;
	font-family: arial;
}
.footer .copyright a{ text-decoration: underline; color: blue;}

.footer .logo{
    position: absolute;
	top: 0;
	left: 0;
	width: 108px;
    height:48px;
    background: url('../images/tlf_logo.png') no-repeat;
    cursor:pointer;
}

.footer .link {
	position: absolute;
    width: 88px;
    height:31px;
    background: url('../images/link.png') no-repeat;
    top:0;
	right:0;
	cursor:pointer;
}
.footer .link a {
	position:absolute;
    width: 88px;
    height:31px;
}

h4,h2{
	margin:0px;
}
h1{
	margin: 0;
    font-size: 25px;
}

.c-btn.c-btn-active:focus{
	outline:0px;
}

.startScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: grey;
    z-index: 122;
	background: url(../images/l27/back2.png) no-repeat;
    background-size: 100% 100%;
}

.startBtn {
    width: 100px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: #5892d8;
    cursor: pointer;
    
}
#intro{
	    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
	transform: scale(0.3024,0.376);
	-webkit-transform: scale(0.3024,0.376);
	-moz-transform: scale(0.3024,0.376);
	-ms-transform: scale(0.3024,0.376);
    position: absolute;
    left: -1px;
    top: 0px;

}
