body { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; border: none; overflow: hidden; background: #fff; font-family: 'Changa', sans-serif; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }

#paperio { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
#message { position: absolute; top: 98px; left: 0; right: 0; }
#left { position: absolute; top: 0; bottom: 0; left: 0; width: calc(50% - 340px); z-index: 1; }
#right { position: absolute; top: 0; bottom: 0; right: 0; width: calc(50% - 340px); z-index: 1; }
#bottom { position: absolute; top: 370px; left:0px; right: 0px; bottom: 0; z-index: 1; }
#share { position: absolute; top: 0; left: 0; z-index: 2; }
#links { position: absolute; bottom: 0; right: 0; z-index: 2; }
#overlay { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; background: rgba(0,0,0,.8); z-index: 1; }
#overlayShop { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; background: rgba(0,0,0,.8); z-index: 1; }
#text { display: none; position: absolute; z-index: 101; }
#shop { display: none; position: absolute; z-index: 101; }
#darktheme { position: absolute; bottom: 0; left: 0; z-index: 2; }

@media screen and (max-height: 700px) {
    #links {
        display: none !important;
    }
    #darktheme {
        display: none !important;
    }
}

/*
#left, #right { background: rgba(0,255,0,.3); }
#bottom { background: rgba(0,0,255,.3); }
#share { background: rgba(255,0,255,.3); }
#links { background: rgba(255,255,255,.3); }
*/

#pre_game  { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; width: 100%; height: 100%; overflow: hidden; background: #dff3f7; }
#pre_game .dark, #dark { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.8); }
#pre_game .logo { position: absolute; top: 15px; left: 50%; width: 500px; height: 160px; margin-left: -250px; background: url('/newpaperio/images/logo.png') center center no-repeat; background-size: contain; }
#pre_game .grow { position: absolute; left: 50%; margin-left: -168px; width: 336px; top: 250px; }
#pre_game .grow { animation: leaves 2s ease-in-out infinite alternate; -webkit-animation: leaves 2s ease-in-out infinite alternate; }
#pre_game input,#contact .button { position: absolute; left: 0px; top: 0px; padding: 15px 5px; text-indent: 10px; border: 0; height: 30px; width: 216px; line-height: 30px; font-size: 25px; background: #ededd1; border-bottom: 6px solid #a1a18d; outline: none; }
#contact .button { text-indent: 0; }
#pre_game .button,#contact .button { position: absolute; right: 0px; top: 2px; padding: 15px 5px; text-align: center; cursor: pointer; height: 30px; width: 90px; }
#pre_game .button,#contact .button { background:#eaec4b; border-bottom:6px solid #a1a130; margin-top:-2px; color: #888a34; line-height: 32px; font-size: 34px; }
#pre_game .button:hover,#contact .button:hover { background: #fafc5b; }
#pre_game .button:active,#contact .button:active { border: none; border-bottom:2px solid #a1a130; border-top: 4px solid #333; }
@keyframes leaves { 0% { transform: scale(1.0); -webkit-transform: scale(1.0); } 100% { transform: scale(0.9); -webkit-transform: scale(0.9); } }
@-webkit-keyframes leaves { 0% { transform: scale(1.0); -webkit-transform: scale(1.0); } 100% { transform: scale(0.9); -webkit-transform: scale(0.9); } }
#pre_game:before { content:''; box-shadow: inset 0 0 320px #80969e; -webkit-box-shadow: inset 0 0 320px #80969e; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
#pre_game .loader {position: absolute; right: 0px; top: 2px; padding: 15px 5px; background: url('/newpaperio/images/espera.gif') center center no-repeat; height: 30px; width: 90px; }
#pre_game .noConnectBtn {cursor: pointer; position: absolute; text-align: center; right: -40px; top: 2px; padding: 15px 5px; background:#F16745; border-bottom:6px solid #83220A; margin-top:-2px; color: #431205; line-height: 32px; font-size: 24px; height: 30px; width: 130px; }
#pre_game .noConnectText {position: absolute; right: 5px; top: -35px; font-size: 24px; color:#ffc172; }

#game_over .loader {position: absolute;
  left: calc(50% - 112px);
  top: 182px;
   padding: 15px 5px; background: url('/newpaperio/images/xmasLoad.gif') center center no-repeat; height: 224px; width: 224px; }

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.progressBar
{
  height: 10px;
  background-color: grey;
  position: relative;
  top: -87px;
  border: black;
  border-style: solid;
  border-width: 2px;
}

.progressBar.barInner{
  background-color: #FFB76F;
  height: inherit;
}

 .button.shop { background:#FF972F; border-bottom:6px solid #AE4E0D; margin-top:-2px; color: #422100; line-height: 32px; font-size: 34px; }
 .button.shop:hover { background: #FFB76F; }
 .button.shop:active { border: none; border-bottom:2px solid #DC6210; border-top: 4px solid #333; }

 .button.shop
{     top: 74px;
   padding: 15px 5px; text-align: center; cursor: pointer; height: 30px; width: 97%;
    margin-left: 0px;
	width: 123px;}


 .button.dark { margin-top:-2px; color: yellow; line-height: 32px; font-size: 34px; }
 .button.dark:hover { color:#FFE478; }
 .button.dark:active { border: none;  }
 .button.dark{
	text-decoration: underline;
	position: relative;
	font-size: 18px;
    bottom: 5px;
	padding: 5px 10px;
	text-align: left; cursor: pointer; height: 30px; width: 97%;
    margin-left: 0px;
	width: 173px;
	color:yellow; font-weight: normal !important;
	}

#the_game { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; width: 100%; height: 100%; overflow: hidden; }
#the_game.dark:after { content:''; box-shadow: inset 0 0 320px #1D2325; -webkit-box-shadow: inset 0 0 320px #1D2325; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
#the_game:after { content:''; box-shadow: inset 0 0 320px #80969e; -webkit-box-shadow: inset 0 0 320px #80969e; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

#the_game { -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); }

#game_over { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; width: 100%; height: 100%; overflow: hidden; }
#game_over { background: rgba(0,0,0,.8); z-index: 1; }
#game_over .gameover { position: absolute; top: 12px; left: 50%; width: 336px; height: 116px; margin-left: -168px; background: url('/newpaperio/images/logo.png') center center no-repeat; background-size: contain; }

#game_over .go_sc { position: absolute; top: 129px; left: 50%; margin-left: -168px; font-size: 24px; color: #bcd; line-height: 40px; }
#game_over .go_bs { position: absolute; top: 156px; left: 50%; margin-left: -168px; font-size: 24px; color: #bcd; line-height: 40px; }
#game_over .go_bs span { color: #8fa; }
#game_over .go_pt { position: absolute; top: 183px; left: 50%; margin-left: -168px; font-size: 24px; color: #bcd; line-height: 40px; }
#game_over .go_pk { position: absolute; top: 210px; left: 50%; margin-left: -168px; font-size: 24px; color: #bcd; line-height: 40px; }
#game_over .da_sc { position: absolute; top: 129px; left: 50%; margin-left: 40px; font-size: 24px; color: #def; line-height: 40px; }
#game_over .da_bs { position: absolute; top: 156px; left: 50%; margin-left: 40px; font-size: 24px; color: #def; line-height: 40px; }
#game_over .da_pt { position: absolute; top: 183px; left: 50%; margin-left: 40px; font-size: 24px; color: #def; line-height: 40px; }
#game_over .da_pk { position: absolute; top: 210px; left: 50%; margin-left: 40px; font-size: 24px; color: #def; line-height: 40px; }

#game_over .button { position: absolute; left: 50%; top: 262px; margin-left: -118px; padding: 15px 5px; text-align: center; cursor: pointer; height: 30px; width: 226px; }
#game_over .button { background:#eaec4b; border-bottom:6px solid #a1a130; margin-top:-2px; color: #888a34; line-height: 32px; font-size: 34px; }
#game_over .button:hover { background: #fafc5b; }
#game_over .button:active { border: none; border-bottom:2px solid #a1a130; border-top: 4px solid #333; }

#game_over .button.share { background:#4c82ed; border-bottom:6px solid #3056a1; margin-top:-2px; color: rgba(255,255,255,.8); line-height: 32px; font-size: 34px; }
#game_over .button.share:hover { background: #5b91fc; }
#game_over .button.share:active { border: none; border-bottom:2px solid #3056a1; border-top: 4px solid #333; }

#game_over .button.norewardedads {
    background: #8c8c8c;
    border-bottom: 6px solid #6b6b6b;
    margin-top: -2px;
    color: rgba(255,255,255,.8);
    line-height: 32px;
    font-size: 32px;
}

#game_over .button { animation: leaves 2s ease-in-out infinite alternate; -webkit-animation: leaves 2s ease-in-out infinite alternate; }

#grid { position: absolute; border: 20px solid #242B2D; background: #4F5E62; }
#outer_grid { position: absolute; background: #333E3E;     background: url(/newpaperio/images/paperXmas.png) left top repeat; }

.playcursors { box-shadow: inset -4px 4px 20px -4px rgba(255,255,255,.4); position: relative; }
.playcursors .crown:after { content: ''; background: url('/newpaperio/images/crown.png') center center no-repeat; width: inherit; height: inherit; position: absolute; top: -10px;  }

#status { position: absolute; top: 0px; left: 0px; background: rgba(0,0,0,.1); height: 34px; width: 260px; z-index: 1; }
#p1_status { position: absolute; top: 0px; left: 0px; white-space: nowrap; height: 28px; line-height: 28px; text-align: right; font-size: 16px; font-weight: bold; padding-right: 10px; }
#p1_best { position: absolute; top: 30px; left: 0px; width: 260px; white-space: nowrap; height: 28px; line-height: 28px; text-align: right; font-size: 16px; font-weight: bold; padding-right: 10px; opacity: .7; }

#scores div { position: absolute; top: 0px; right: -50px; white-space: nowrap; box-shadow: -50px 25px 0px rgba(0,0,0,.1); height: 28px; line-height: 28px; padding-right: 50px; z-index: 1; font-size: 14px; font-weight: bold; padding-left: 10px; }
#scores div:nth-child(2) { top: 34px; }
#scores div:nth-child(3) { top: 68px; }
#scores div:nth-child(4) { top: 102px; }
#scores div:nth-child(5) { top: 136px; }
#scores div:nth-child(1n+6) { display: none; }

#scores div:nth-child(1):before { content:'1'; }
#scores div:nth-child(2):before { content:'2'; }
#scores div:nth-child(3):before { content:'3'; }
#scores div:nth-child(4):before { content:'4'; }
#scores div:nth-child(5):before { content:'5'; }

#message p { display: none; color: #fff; text-align: center; position: absolute; left: 50%; width: 400px; margin: 0 0 0 -200px; padding: 0; font-size: 16px; line-height: 20px; cursor: default; }

#text { top: 50%; left: 50%; width: 800px; max-width: calc(90% - 40px); transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background: #eaec4b; border: 2px solid #a1a130; border-radius: 20px; padding: 30px 30px 20px 30px; }
#text .text { overflow: auto; max-height: 500px;}
#text .close { cursor: pointer; position: absolute; right:5px; top:5px; border-radius:15px; width:20px; height:20px; background: #eaec4b; border: 2px solid #a1a130; text-align:center; font-size: 26px; line-height:20px; }
#text .close:hover { background: #fafc5b; }
#text h1 { margin: 0 0 10px 0; font-size: 24px; line-height: 28px; text-align: center; }
#text p { margin: 0 0 10px 0; font-size: 14px; line-height: 18px; }

#shop { top: 50%; left: 50%; max-height: 90%; width: 800px; max-width: calc(90% - 40px); transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background: #eaec4b; border: 2px solid #a1a130; border-radius: 20px; padding: 30px 30px 20px 30px; }
#shop .text { overflow: auto; max-height: 500px;}
#shop .close { cursor: pointer; position: absolute; right:5px; top:5px; border-radius:15px; width:20px; height:20px; background: #eaec4b; border: 2px solid #a1a130; text-align:center; font-size: 26px; line-height:20px; }
#shop .close:hover { background: #fafc5b; }
#shop h1 { margin: 0 0 10px 0; font-size: 34px; line-height: 28px; text-align: center; }
#shop p { margin: 0 0 10px 0; font-size: 14px; line-height: 18px; border-bottom: 4px solid #d4cfcf; }
#shop a { text-decoration: none; }

.shop::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #8F8F61;
}

.shop::-webkit-scrollbar
{
	width: 12px;
	background-color: #eaec4b;
}

.shop::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D3CF38;
}

.popup { margin-top: 23px; height: 428px; padding: 0 35px 0 38px; overflow: auto; }

.popupBig { margin-top: 0px; height: 608px; padding: 0 35px 0 38px; overflow: hidden; text-align:center; overflow-y: auto;}
.popup-cnt { position: relative;  flex-direction: column; display: flex; text-align: center;  width: 100%;}

.shopBtn {overflow: hidden; background-color: #fcfdc4; text-align: center; margin-bottom:0px; position: relative; height: 115px; }
.shopBtnBlock {overflow: hidden; padding: 10px; padding-top: 5px; min-width:120px; width:120px;  margin-bottom:3px; display: inline-block; background-color:#dad53f; min-height: 170px; height: 170px; position: relative; }

.toDoShopBtn {display: inline;
    position: absolute;
    top: 124.4px;
    left: 11px;
    width: 120px;}

.fancybox-opened .popUpShop {width: 1000px;}

.shopBtn p {color: #000; font-size: 22px;  }
.popupBig a {-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none; unselectable = "on"; onselectstart="return false;" }

.popupBig p {color: #000; font-size: 18px; vertical-align: middle;line-height: normal;display: flex; justify-content: center; align-items: center; min-height: 40px; background-color: #ffffff; padding-bottom:0px; border-radius: 5px;}
.popupBig h2 {color: #000; font-size: 20px; padding-bottom:0px; padding-top:0px; margin: 2px;}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#share { padding: 10px; }
#share .fb-like { width: 123px; overflow: hidden; }

#links { padding: 10px; }
#links a { color: silver; margin-right: 10px; font-size: 14px;}

/* #text { display: none; } */

#block_links img {
    border-radius: 5px;
    height: 114px;
    width: 200px;
}

#playground.has100pct {
  animation: hue 2s linear infinite;
  -webkit-animation: hue 2s linear infinite;
}

#outer_grid.has100pct:after {
  content:'100%';
  font-size: 200px;
  position: fixed;
  top: 50%; left: 50%;
  width: 400px; height: 200px;
  margin-left: -200px; margin-top: -100px;
  font-size: 100px; line-height: 200px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-align: center;
  animation: wiggle .88s ease-in-out infinite alternate;
  -webkit-animation: wiggle .88s ease-in-out infinite alternate;
}

#outer_grid.has100pct:before {
  content:'Click to continue';
  position: fixed;
  top: 50%; left: 50%;
  width: 400px; height: 200px;
  margin-left: -200px; margin-top: 50px;
  font-size: 30px; line-height: 50px;
  z-index: 100;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-align: center;
  opacity: .6;
}

#outer_grid.doneLab:after {
  content:'Congratulations!';
  font-size: 200px;
  position: fixed;
  top: 30%; left: 50%;
  width: 600px; height: 200px;
  margin-left: -300px; margin-top: -100px;
  font-size: 70px; line-height: 200px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-align: center;
  animation: wiggle .88s ease-in-out infinite alternate;
  -webkit-animation: wiggle .88s ease-in-out infinite alternate;
}

#outer_grid.doneLab:before {
  content:'Click to continue';
  position: fixed;
  top: 30%; left: 50%;
  width: 400px; height: 200px;
  margin-left: -200px; margin-top: 50px;
  font-size: 30px; line-height: 50px;
  z-index: 100;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-align: center;
  opacity: .6;
}


@-webkit-keyframes hue {
  0% { -webkit-filter: hue-rotate(0deg); }
  100% { -webkit-filter: hue-rotate(359deg); }
}

@keyframes hue {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(359deg); }
}

@-webkit-keyframes wiggle {
  0% { -webkit-transform: rotate(-10deg); }
  100% { -webkit-transform: rotate(10deg); }
}

@keyframes wiggle {
  0% { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }
}


/*
#block_share #fb_share { width:123px; overflow:hidden; }
#block_share .twitter-follow-button { margin-top:5px; }



#paperio { position:absolute; left:50%; margin-left:-168px; width:336px; background:#FFF; height:100%; }
#menuaboutgame { display:none; position:absolute; left:50%; top:50%; margin-left:-250px; margin-top:-200px; width:500px; height:400px; text-align:center; background:#dff3f7; border:1px solid #CCC; border-radius:10px; padding:10px; }
#menuaboutgame .x { cursor:pointer; position:absolute; right:-7px; top:-7px; border-radius:30px; width:20px; height:20px; background:#FFF; text-align:center; line-height:20px; border:1px solid #CCC; }
*/

#block_links { bottom:10px; right:10px; font-size:14px; }
#block_links a { color:#bbb; margin-right:12px; font-weight: normal !important; }

#titlelinks,.bottom_links a{
  	font-weight: normal;
	padding-bottom: 24px;
	color: #bbb;
}
#titlelinks a,.bottom_links a {
	color: #bbb;
	font-weight: bold;
	padding-right: 12px;
}

.bottom_links { position:absolute; left:50%; margin-left:-400px; top:530px; width:800px; text-align:center; }

#contact { position:absolute; left:50%; margin-left:-400px; width:800px; color:#FFF; text-align:center; }
#contact .button { position:absolute; left:50%; margin-left:-100px; right:auto; top:auto; bottom:auto; width:200px; height:75px; line-height:30px; font-weight:bold; margin-top:10px; }
#contact input,#contact textarea { margin-top:10px;  padding: 0.5em; text-indent: 10px; border: 0; height: 30px; width: 216px; line-height: 30px; font-size: 20px; background: #ededd1; border-bottom: 6px solid #a1a18d; outline: none; }
#contact textarea { width:400px; height:150px; padding: 0.5em; text-indent:0px; }
#contact h1 { margin-bottom:-30px; }


.unit.skin_01 { background:url('/newpaperio/images/skin-01-cursor.png') no-repeat; border-bottom:6px solid #ff3095; }
.unit.skin_01:before { color:#ac1860; }
.unit.skin_01.dark:before { color:#FBE3EE; }
.path.skin_01.drawed { background:url('/newpaperio/images/skin-01-pattern.png') left top repeat; }
.path.skin_01.turned_12{border-top:30px solid transparent;border-left:30px solid #ff3095;background:transparent; width:0px; height:0px;}
.path.skin_01.turned_14{border-bottom:30px solid transparent;border-left:30px solid #ff3095;background:transparent; width:0px; height:0px;}
.path.skin_01.turned_21{border-left:30px solid transparent;border-top:30px solid #ff3095;background:transparent; width:0px; height:0px;}
.path.skin_01.turned_23{border-right:30px solid transparent;border-top:30px solid #ff3095;background:transparent; width:0px; height:0px;}
.path.skin_01.turned_32{border-top:30px solid transparent;border-right:30px solid #ff3095;background:transparent; width:0px; height:0px;}
.path.skin_01.turned_34{border-bottom:30px solid transparent;border-right:30px solid #ff3095;background:transparent; width:0px; height:0px;}
.path.skin_01.turned_41{border-left:30px solid transparent;border-bottom:30px solid #ff3095;background:transparent; width:0px; height:0px;}
.path.skin_01.turned_43{border-right:30px solid transparent;border-bottom:30px solid #ff3095;background:transparent; width:0px; height:0px;}
#playground .skin_01.owned { background:url('/newpaperio/images/skin-01-pattern.png') left top repeat; border-bottom:4px solid #ff3095; }
.score.skin_01 {background:#ffa3ff; border-bottom:6px solid #ff3095;color:#ac1860;}


.unit.skin_02 { background:url('/newpaperio/images/skin-02-cursor.png') no-repeat; border-bottom:6px solid #1f831f; }
.unit.skin_02:before { color:#1f831f; }
.unit.skin_02.dark:before { color:#B9EEB9; }
.path.skin_02.drawed { background:#e52135; }
.path.skin_02.turned_12{border-top:30px solid transparent;border-left:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_02.turned_14{border-bottom:30px solid transparent;border-left:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_02.turned_21{border-left:30px solid transparent;border-top:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_02.turned_23{border-right:30px solid transparent;border-top:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_02.turned_32{border-top:30px solid transparent;border-right:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_02.turned_34{border-bottom:30px solid transparent;border-right:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_02.turned_41{border-left:30px solid transparent;border-bottom:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_02.turned_43{border-right:30px solid transparent;border-bottom:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
#playground .skin_02.owned { background:url('/newpaperio/images/skin-02-pattern.png') left top repeat; border-bottom:4px solid #1f831f; }
.score.skin_02 { background:#e52135; border-bottom:6px solid #6ab86b; color:#222;}

.unit.skin_03  { background:url('/newpaperio/images/skin-03-cursor.png') no-repeat; border-bottom:6px solid #600; }
.unit.skin_03:before { color:#ff1230; }
.unit.skin_03.dark:before { color:#FF8494; }
.path.skin_03.drawed { background:#633; }
.path.skin_03.turned_12{border-top:30px solid transparent;border-left:30px solid #a66;background:transparent; width:0px; height:0px;}
.path.skin_03.turned_14{border-bottom:30px solid transparent;border-left:30px solid #a66;background:transparent; width:0px; height:0px;}
.path.skin_03.turned_21{border-left:30px solid transparent;border-top:30px solid #a66;background:transparent; width:0px; height:0px;}
.path.skin_03.turned_23{border-right:30px solid transparent;border-top:30px solid #a66;background:transparent; width:0px; height:0px;}
.path.skin_03.turned_32{border-top:30px solid transparent;border-right:30px solid #a66;background:transparent; width:0px; height:0px;}
.path.skin_03.turned_34{border-bottom:30px solid transparent;border-right:30px solid #a66;background:transparent; width:0px; height:0px;}
.path.skin_03.turned_41{border-left:30px solid transparent;border-bottom:30px solid #a66;background:transparent; width:0px; height:0px;}
.path.skin_03.turned_43{border-right:30px solid transparent;border-bottom:30px solid #a66;background:transparent; width:0px; height:0px;}
#playground .skin_03.owned { background:url('/newpaperio/images/skin-03-pattern.png') left top repeat; border-bottom:4px solid #a66; }
.score.skin_03 { background:#ff1432; border-bottom:6px solid #660000;color:#eee;}

.unit.skin_04 { background:url('/newpaperio/images/skin-04-cursor.png') no-repeat; border-bottom:6px solid #006832; }
.unit.skin_04:before { color:#c21529; }
.unit.skin_04.dark:before { color:#FEFBE2; }
.path.skin_04.drawed { background:#fdcc49; }
.path.skin_04.turned_12{border-top:30px solid transparent;border-left:30px solid #ec7700;background:transparent; width:0px; height:0px;}
.path.skin_04.turned_14{border-bottom:30px solid transparent;border-left:30px solid #ec7700;background:transparent; width:0px; height:0px;}
.path.skin_04.turned_21{border-left:30px solid transparent;border-top:30px solid #ec7700;background:transparent; width:0px; height:0px;}
.path.skin_04.turned_23{border-right:30px solid transparent;border-top:30px solid #ec7700;background:transparent; width:0px; height:0px;}
.path.skin_04.turned_32{border-top:30px solid transparent;border-right:30px solid #ec7700;background:transparent; width:0px; height:0px;}
.path.skin_04.turned_34{border-bottom:30px solid transparent;border-right:30px solid #ec7700;background:transparent; width:0px; height:0px;}
.path.skin_04.turned_41{border-left:30px solid transparent;border-bottom:30px solid #ec7700;background:transparent; width:0px; height:0px;}
.path.skin_04.turned_43{border-right:30px solid transparent;border-bottom:30px solid #ec7700;background:transparent; width:0px; height:0px;}
#playground .skin_04.owned { background:url('/newpaperio/images/skin-04-pattern.png') left top repeat; border-bottom:4px solid #ec7700; }
.score.skin_04 { background:#ffcf52; border-bottom:6px solid #ea6d00;color:#c21529;}

.unit.skin_05 { background:url('/newpaperio/images/skin-05-cursor.png') no-repeat; border-bottom:6px solid #006832; }
.unit.skin_05:before { color:#29272e; }
.unit.skin_05.dark:before { color:#F5F4F7; }
.path.skin_05.drawed { background:#f6ee44; }
.path.skin_05.turned_12{border-top:30px solid transparent;border-left:30px solid #c9c136;background:transparent; width:0px; height:0px;}
.path.skin_05.turned_14{border-bottom:30px solid transparent;border-left:30px solid #c9c136;background:transparent; width:0px; height:0px;}
.path.skin_05.turned_21{border-left:30px solid transparent;border-top:30px solid #c9c136;background:transparent; width:0px; height:0px;}
.path.skin_05.turned_23{border-right:30px solid transparent;border-top:30px solid #c9c136;background:transparent; width:0px; height:0px;}
.path.skin_05.turned_32{border-top:30px solid transparent;border-right:30px solid #c9c136;background:transparent; width:0px; height:0px;}
.path.skin_05.turned_34{border-bottom:30px solid transparent;border-right:30px solid #c9c136;background:transparent; width:0px; height:0px;}
.path.skin_05.turned_41{border-left:30px solid transparent;border-bottom:30px solid #c9c136;background:transparent; width:0px; height:0px;}
.path.skin_05.turned_43{border-right:30px solid transparent;border-bottom:30px solid #c9c136;background:transparent; width:0px; height:0px;}
#playground .skin_05.owned{ background:url('/newpaperio/images/skin-05-pattern.png') left top repeat; border-bottom:4px solid #3e3b29; }
.score.skin_05 { background:#eae000; border-bottom:6px solid #736e10;color:#29272e;}

.unit.skin_06  { background:url('/newpaperio/images/skin-06-cursor.png') no-repeat; border-bottom:6px solid #6c4901; }
.unit.skin_06:before { color:#232323; }
.unit.skin_06.dark:before { color:#EBEBEB; }
.path.skin_06.drawed { background:#b68631; }
.path.skin_06.turned_12{border-top:30px solid transparent;border-left:30px solid #896f41;background:transparent; width:0px; height:0px;}
.path.skin_06.turned_14{border-bottom:30px solid transparent;border-left:30px solid #896f41;background:transparent; width:0px; height:0px;}
.path.skin_06.turned_21{border-left:30px solid transparent;border-top:30px solid #896f41;background:transparent; width:0px; height:0px;}
.path.skin_06.turned_23{border-right:30px solid transparent;border-top:30px solid #896f41;background:transparent; width:0px; height:0px;}
.path.skin_06.turned_32{border-top:30px solid transparent;border-right:30px solid #896f41;background:transparent; width:0px; height:0px;}
.path.skin_06.turned_34{border-bottom:30px solid transparent;border-right:30px solid #896f41;background:transparent; width:0px; height:0px;}
.path.skin_06.turned_41{border-left:30px solid transparent;border-bottom:30px solid #896f41;background:transparent; width:0px; height:0px;}
.path.skin_06.turned_43{border-right:30px solid transparent;border-bottom:30px solid #896f41;background:transparent; width:0px; height:0px;}
#playground .skin_06.owned { background:url('/newpaperio/images/skin-06-pattern.png') left top repeat; border-bottom:4px solid #c68512; }
.score.skin_06 { background:#eae000; border-bottom:6px solid #6c4901;color:#232323;}


.unit.skin_07  { background:url('/newpaperio/images/skin-07-cursor.png') no-repeat; border-bottom:6px solid #000; }
.unit.skin_07:before { color:#000; }
.unit.skin_07.dark:before { color:#EEEEEE; }
.path.skin_07.drawed { background:#e52135; }
.path.skin_07.turned_12{border-top:30px solid transparent;border-left:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_07.turned_14{border-bottom:30px solid transparent;border-left:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_07.turned_21{border-left:30px solid transparent;border-top:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_07.turned_23{border-right:30px solid transparent;border-top:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_07.turned_32{border-top:30px solid transparent;border-right:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_07.turned_34{border-bottom:30px solid transparent;border-right:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_07.turned_41{border-left:30px solid transparent;border-bottom:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
.path.skin_07.turned_43{border-right:30px solid transparent;border-bottom:30px solid #ba2a3a;background:transparent; width:0px; height:0px;}
#playground .skin_07.owned { background:url('/newpaperio/images/skin-07-pattern.png') left top repeat; border-bottom:4px solid #000; }
.score.skin_07 { background:#e52135; border-bottom:6px solid #000;color:#000;}

.unit.skin_08  { background:url('/newpaperio/images/skin-08-cursor.png') no-repeat; border-bottom:6px solid #4c44cb; }
.unit.skin_08:before { color:#2117bf; }
.unit.skin_08.dark:before { color:#DAD8FA; }
.path.skin_08.drawed { background:#2a9409; }
.path.skin_08.turned_12{border-top:30px solid transparent;border-left:30px solid #4cc71d;background:transparent; width:0px; height:0px;}
.path.skin_08.turned_14{border-bottom:30px solid transparent;border-left:30px solid #4cc71d;background:transparent; width:0px; height:0px;}
.path.skin_08.turned_21{border-left:30px solid transparent;border-top:30px solid #4cc71d;background:transparent; width:0px; height:0px;}
.path.skin_08.turned_23{border-right:30px solid transparent;border-top:30px solid #4cc71d;background:transparent; width:0px; height:0px;}
.path.skin_08.turned_32{border-top:30px solid transparent;border-right:30px solid #4cc71d;background:transparent; width:0px; height:0px;}
.path.skin_08.turned_34{border-bottom:30px solid transparent;border-right:30px solid #4cc71d;background:transparent; width:0px; height:0px;}
.path.skin_08.turned_41{border-left:30px solid transparent;border-bottom:30px solid #4cc71d;background:transparent; width:0px; height:0px;}
.path.skin_08.turned_43{border-right:30px solid transparent;border-bottom:30px solid #4cc71d;background:transparent; width:0px; height:0px;}
#playground .skin_08.owned { background:url('/newpaperio/images/skin-08-pattern.png') left top repeat; border-bottom:4px solid #336f1c; }
.score.skin_08  { background:#746fc9; border-bottom:6px solid #4c44cb;color:#2117bf;}

.unit.skin_09  { background:url('/newpaperio/images/skin-09-cursor.png') no-repeat; border-bottom:6px solid #dada11; }
.unit.skin_09:before { color:#d1ab12; }
.unit.skin_09.dark:before { color:#FAEEC0; }
.path.skin_09.drawed { background:#fe81f7; }
.path.skin_09.turned_12{border-top:30px solid transparent;border-left:30px solid #ec08df;background:transparent; width:0px; height:0px;}
.path.skin_09.turned_14{border-bottom:30px solid transparent;border-left:30px solid #ec08df;background:transparent; width:0px; height:0px;}
.path.skin_09.turned_21{border-left:30px solid transparent;border-top:30px solid #ec08df;background:transparent; width:0px; height:0px;}
.path.skin_09.turned_23{border-right:30px solid transparent;border-top:30px solid #ec08df;background:transparent; width:0px; height:0px;}
.path.skin_09.turned_32{border-top:30px solid transparent;border-right:30px solid #ec08df;background:transparent; width:0px; height:0px;}
.path.skin_09.turned_34{border-bottom:30px solid transparent;border-right:30px solid #ec08df;background:transparent; width:0px; height:0px;}
.path.skin_09.turned_41{border-left:30px solid transparent;border-bottom:30px solid #ec08df;background:transparent; width:0px; height:0px;}
.path.skin_09.turned_43{border-right:30px solid transparent;border-bottom:30px solid #ec08df;background:transparent; width:0px; height:0px;}
#playground .skin_09.owned { background:url('/newpaperio/images/skin-09-pattern.png') left top repeat; border-bottom:4px solid #db33d2; }
.score.skin_09  { background:#ffff00; border-bottom:6px solid #dada11;color:#d1ab12;}

.unit.skin_10 { background:url('/newpaperio/images/skin-10-cursor.png') no-repeat; border-bottom:6px solid #9A22E1; }
.unit.skin_10:before { color:#7B18B6; }
.unit.skin_10.dark:before { color:#E6C7F8; }
.path.skin_10.drawed { background:url('/newpaperio/images/skin-10-pattern.png') left top repeat; }
.path.skin_10.turned_12{border-top:30px solid transparent;border-left:30px solid #B178F1;background:transparent; width:0px; height:0px;}
.path.skin_10.turned_14{border-bottom:30px solid transparent;border-left:30px solid #B178F1;background:transparent; width:0px; height:0px;}
.path.skin_10.turned_21{border-left:30px solid transparent;border-top:30px solid #B178F1;background:transparent; width:0px; height:0px;}
.path.skin_10.turned_23{border-right:30px solid transparent;border-top:30px solid #B178F1;background:transparent; width:0px; height:0px;}
.path.skin_10.turned_32{border-top:30px solid transparent;border-right:30px solid #B178F1;background:transparent; width:0px; height:0px;}
.path.skin_10.turned_34{border-bottom:30px solid transparent;border-right:30px solid #B178F1;background:transparent; width:0px; height:0px;}
.path.skin_10.turned_41{border-left:30px solid transparent;border-bottom:30px solid #B178F1;background:transparent; width:0px; height:0px;}
.path.skin_10.turned_43{border-right:30px solid transparent;border-bottom:30px solid #B178F1;background:transparent; width:0px; height:0px;}
#playground .skin_10.owned { background:url('/newpaperio/images/skin-10-pattern.png') left top repeat; border-bottom:4px solid #7516AD; }
.score.skin_10 { background:#8D38EB; border-bottom:6px solid #41147C;color:#D7B8F8}

.unit.skin_11 {
  height: 37px;
  width: 40px;
  background: url('/newpaperio/images/heartSprs.png') left center;
  animation: animHeart 0.7s steps(6) infinite; border-bottom: none;
  margin-top: -5px;
  box-shadow: none;
  margin-left: -5px;}

  /*
  #paperio.skin_11 #grid #p1_cursor.turned_32,#paperio.skin_11 #p1_cursor.turned_34 {
  height: 37px;
  width: 40px;
  background: url('/newpaperio/images/heartSprs.png') left center;
  animation: animHeart 0.7s steps(6) infinite; border-bottom: none;
  margin-top: -5px;
  box-shadow: none;
  margin-left: -5px;
  transform: rotate(90deg);
  }

  #paperio.skin_11 #grid #p1_cursor.turned_21,#paperio.skin_11 #p1_cursor.turned_23 {
  height: 37px;
  width: 40px;
  background: url('/newpaperio/images/heartSprs.png') left center;
  animation: animHeart 0.7s steps(6) infinite; border-bottom: none;
  margin-top: -5px;
  transform: rotate(0deg);
  box-shadow: none;
  margin-left: -5px;
  }


  #paperio.skin_11 #grid #p1_cursor.turned_14,#paperio.skin_11 #p1_cursor.turned_12  {
  height: 37px;
  width: 40px;
  background: url('/newpaperio/images/heartSprs.png') left center;
  animation: animHeart 0.7s steps(6) infinite; border-bottom: none;
  margin-top: -5px;
  box-shadow: none;
  transform: rotate(270deg);
  margin-left: -5px;
  }

  #paperio.skin_11 #p1_cursor.turned_43,#paperio.skin_11 #p1_cursor.turned_41   {
  height: 37px;
  width: 40px;
  background: url('/newpaperio/images/heartSprs.png') left center;
  animation: animHeart 0.7s steps(6) infinite; border-bottom: none;
  margin-top: -5px;
  box-shadow: none;
  margin-left: -5px;
  transform: rotate(180deg);
  }*/


.unit.skin_11:before { color:#630E10; }
.unit.skin_11.dark:before { color:#FBE1E2; }
.path.skin_11.drawed { background:url('/newpaperio/images/heartPattern.png') left top repeat; }
.path.skin_11.turned_12{border-top:30px solid transparent;border-left:30px solid #EE8083;background:transparent; width:0px; height:0px;}
.path.skin_11.turned_14{border-bottom:30px solid transparent;border-left:30px solid #EE8083;background:transparent; width:0px; height:0px;}
.path.skin_11.turned_21{border-left:30px solid transparent;border-top:30px solid #EE8083;background:transparent; width:0px; height:0px;}
.path.skin_11.turned_23{border-right:30px solid transparent;border-top:30px solid #EE8083;background:transparent; width:0px; height:0px;}
.path.skin_11.turned_32{border-top:30px solid transparent;border-right:30px solid #EE8083;background:transparent; width:0px; height:0px;}
.path.skin_11.turned_34{border-bottom:30px solid transparent;border-right:30px solid #EE8083;background:transparent; width:0px; height:0px;}
.path.skin_11.turned_41{border-left:30px solid transparent;border-bottom:30px solid #EE8083;background:transparent; width:0px; height:0px;}
.path.skin_11.turned_43{border-right:30px solid transparent;border-bottom:30px solid #EE8083;background:transparent; width:0px; height:0px;}
#playground .skin_11.owned { background:url('/newpaperio/images/heartPattern.png') left top repeat; border-bottom:4px solid #E75054; }
.score.skin_11 { background:#F3A7A9; border-bottom:6px solid #E64F5E;color:#580310}

@keyframes animHeart {
	100% { background-position: -240px; }
}

.unit.skin_12 {
  height: 45px;
  width: 65px;
  background: url('/newpaperio/images/bat.png') left center;
  animation: anim12 1.1s steps(15) infinite; border-bottom: none;
  margin-top: -8px;
  box-shadow: none;
   margin-left: -17px;}

.unit.skin_12:before { color:#0A0B10; }
.unit.skin_12.dark:before { color:#EDEEF3; }
.path.skin_12.drawed { background:#565552; }
.path.skin_12.turned_12{border-top:30px solid transparent;border-left:30px solid #3c3b39;background:transparent; width:0px; height:0px;}
.path.skin_12.turned_14{border-bottom:30px solid transparent;border-left:30px solid #3c3b39;background:transparent; width:0px; height:0px;}
.path.skin_12.turned_21{border-left:30px solid transparent;border-top:30px solid #3c3b39;background:transparent; width:0px; height:0px;}
.path.skin_12.turned_23{border-right:30px solid transparent;border-top:30px solid #3c3b39;background:transparent; width:0px; height:0px;}
.path.skin_12.turned_32{border-top:30px solid transparent;border-right:30px solid #3c3b39;background:transparent; width:0px; height:0px;}
.path.skin_12.turned_34{border-bottom:30px solid transparent;border-right:30px solid #3c3b39;background:transparent; width:0px; height:0px;}
.path.skin_12.turned_41{border-left:30px solid transparent;border-bottom:30px solid #3c3b39;background:transparent; width:0px; height:0px;}
.path.skin_12.turned_43{border-right:30px solid transparent;border-bottom:30px solid #3c3b39;background:transparent; width:0px; height:0px;}
#playground .skin_12.owned { background:url('/newpaperio/images/batPattern.png') left top repeat; border-bottom:4px solid #171A20; }
.score.skin_12 { background:#565552; border-bottom:6px solid #3C3C39;color:#0B0C0F}

@keyframes anim12 {
	100% { background-position: -975px; }
}

.unit.skin_13  { background:url('/newpaperio/images/sushi_curs.png') no-repeat;
height: 51px;
  width: 38px; margin-top: -10px; margin-left: -4px;  border-bottom:none; }
.unit.skin_13:before { color:#131C1B; }
.unit.skin_13.dark:before { color:#C4D7D5; }
.path.skin_13.drawed { background:#3a5753; }
.path.skin_13.turned_12{border-top:30px solid transparent;border-left:30px solid #283C39;background:transparent; width:0px; height:0px;}
.path.skin_13.turned_14{border-bottom:30px solid transparent;border-left:30px solid #283C39;background:transparent; width:0px; height:0px;}
.path.skin_13.turned_21{border-left:30px solid transparent;border-top:30px solid #283C39;background:transparent; width:0px; height:0px;}
.path.skin_13.turned_23{border-right:30px solid transparent;border-top:30px solid #283C39;background:transparent; width:0px; height:0px;}
.path.skin_13.turned_32{border-top:30px solid transparent;border-right:30px solid #283C39;background:transparent; width:0px; height:0px;}
.path.skin_13.turned_34{border-bottom:30px solid transparent;border-right:30px solid #283C39;background:transparent; width:0px; height:0px;}
.path.skin_13.turned_41{border-left:30px solid transparent;border-bottom:30px solid #283C39;background:transparent; width:0px; height:0px;}
.path.skin_13.turned_43{border-right:30px solid transparent;border-bottom:30px solid #283C39;background:transparent; width:0px; height:0px;}
#playground .skin_13.owned { background:url('/newpaperio/images/suchi_pattern.png') left top repeat; border-bottom:4px solid #fff9cf; }
.score.skin_13  { background:#3E5E59; border-bottom:6px solid #FEF5E2;color:#152221}

.unit.skin_14 { background:url('/newpaperio/images/cash_curs.png') no-repeat;
height: 40px;
  width: 41px; margin-top: -5px; margin-left: -5px;  border-bottom:none; }
.unit.skin_14:before { color:#225736; }
.unit.skin_14.dark:before { color:#CDEBD9; }
.path.skin_14.drawed  { background:url('/newpaperio/images/cash_pattern.png') left top repeat; }
.path.skin_14.turned_12{border-top:30px solid transparent;border-left:30px solid #42bc74;background:transparent; width:0px; height:0px;}
.path.skin_14.turned_14{border-bottom:30px solid transparent;border-left:30px solid #42bc74;background:transparent; width:0px; height:0px;}
.path.skin_14.turned_21{border-left:30px solid transparent;border-top:30px solid #42bc74;background:transparent; width:0px; height:0px;}
.path.skin_14.turned_23{border-right:30px solid transparent;border-top:30px solid #42bc74;background:transparent; width:0px; height:0px;}
.path.skin_14.turned_32{border-top:30px solid transparent;border-right:30px solid #42bc74;background:transparent; width:0px; height:0px;}
.path.skin_14.turned_34{border-bottom:30px solid transparent;border-right:30px solid #42bc74;background:transparent; width:0px; height:0px;}
.path.skin_14.turned_41{border-left:30px solid transparent;border-bottom:30px solid #42bc74;background:transparent; width:0px; height:0px;}
.path.skin_14.turned_43{border-right:30px solid transparent;border-bottom:30px solid #42bc74;background:transparent; width:0px; height:0px;}
#playground .skin_14.owned { background:url('/newpaperio/images/cash_pattern.png') left top repeat; border-bottom:4px solid #40a665; }
.score.skin_14  { background:#86D5A6; border-bottom:6px solid #42bc74;color:#1B4B2E}

.unit.skin_15 { background:url('/newpaperio/images/pinkCupck_curs.png') no-repeat;
height: 43px;
  width: 31px; margin-top: -6px;  border-bottom:none; }
.unit.skin_15:before { color:#3E0001; }
.unit.skin_15.dark:before { color:#9D4047; }
.path.skin_15.drawed { background:#ffd8d9; }
.path.skin_15.turned_12{border-top:30px solid transparent;border-left:30px solid #EEACAE;background:transparent; width:0px; height:0px;}
.path.skin_15.turned_14{border-bottom:30px solid transparent;border-left:30px solid #EEACAE;background:transparent; width:0px; height:0px;}
.path.skin_15.turned_21{border-left:30px solid transparent;border-top:30px solid #EEACAE;background:transparent; width:0px; height:0px;}
.path.skin_15.turned_23{border-right:30px solid transparent;border-top:30px solid #EEACAE;background:transparent; width:0px; height:0px;}
.path.skin_15.turned_32{border-top:30px solid transparent;border-right:30px solid #EEACAE;background:transparent; width:0px; height:0px;}
.path.skin_15.turned_34{border-bottom:30px solid transparent;border-right:30px solid #EEACAE;background:transparent; width:0px; height:0px;}
.path.skin_15.turned_41{border-left:30px solid transparent;border-bottom:30px solid #EEACAE;background:transparent; width:0px; height:0px;}
.path.skin_15.turned_43{border-right:30px solid transparent;border-bottom:30px solid #EEACAE;background:transparent; width:0px; height:0px;}
#playground .skin_15.owned { background:url('/newpaperio/images/pinkCupcake.png') left top repeat; border-bottom:4px solid #feed93; }
.score.skin_15 { background:#ffd8d9; border-bottom:6px solid #ffee9b; color:#640002}

.unit.skin_16 { background:url('/newpaperio/images/duck_side.png') no-repeat;
box-shadow: none;
height: 38px;
  width: 39px; margin-top: -4px; margin-left: -4px;  border-bottom:none; }

.unit.skin_16.turned_2 {
	box-shadow: none;
    background:url('/newpaperio/images/duck_down.png') no-repeat;
	height: 45px;
  width: 31px; margin-top: -11px; margin-left: -0px;  border-bottom:none;
}

.unit.skin_16.turned_4 {
	box-shadow: none;
    background:url('/newpaperio/images/duck_front.png') no-repeat;
	height: 35px;
  width: 31px; margin-top: -4px; margin-left: 0px;  border-bottom:none;
}

.unit.skin_16.turned_1 {
	box-shadow: none;
    background:url('/newpaperio/images/duck_side.png') no-repeat;
	height: 38px;
  width: 39px; margin-top: -4px; margin-left: -8px;  border-bottom:none;
}

.unit.skin_16.turned_3 {
	box-shadow: none;
    background:url('/newpaperio/images/duck_side_R.png') no-repeat;
	height: 38px;
  width: 39px; margin-top: -4px; margin-left: 4px; border-bottom:none;
}

.unit.skin_16:before { color:#126472; }
.unit.skin_16.dark:before { color:#BDECF4; }
.path.skin_16.drawed { background:#68D8DD; }
.path.skin_16.turned_12{border-top:30px solid transparent;border-left:30px solid #28A9AC;background:transparent; width:0px; height:0px;}
.path.skin_16.turned_14{border-bottom:30px solid transparent;border-left:30px solid #28A9AC;background:transparent; width:0px; height:0px;}
.path.skin_16.turned_21{border-left:30px solid transparent;border-top:30px solid #28A9AC;background:transparent; width:0px; height:0px;}
.path.skin_16.turned_23{border-right:30px solid transparent;border-top:30px solid #28A9AC;background:transparent; width:0px; height:0px;}
.path.skin_16.turned_32{border-top:30px solid transparent;border-right:30px solid #28A9AC;background:transparent; width:0px; height:0px;}
.path.skin_16.turned_34{border-bottom:30px solid transparent;border-right:30px solid #28A9AC;background:transparent; width:0px; height:0px;}
.path.skin_16.turned_41{border-left:30px solid transparent;border-bottom:30px solid #28A9AC;background:transparent; width:0px; height:0px;}
.path.skin_16.turned_43{border-right:30px solid transparent;border-bottom:30px solid #28A9AC;background:transparent; width:0px; height:0px;}
#playground .skin_16.owned { background:url('/newpaperio/images/duck_water.png') left top repeat; border-bottom:4px solid #218C8F; }
.score.skin_16 { background:#33cdcf; border-bottom:6px solid #218C8F; color:#15595B}

.unit.skin_17 {
	box-shadow: none;
    background:url('/newpaperio/images/tank_side_L.png') no-repeat;
	height: 50px;
  width: 42px; margin-top: -10px; margin-left: 3px;  border-bottom:none; }

.unit.skin_17.turned_2 {
	box-shadow: none;
    background:url('/newpaperio/images/tank_top.png') no-repeat;
	height: 57px;
  width: 41px; margin-top: -18px; margin-left: -5px; border-bottom:none;
}

.unit.skin_17.turned_4 {
	box-shadow: none;
    background:url('/newpaperio/images/tank_down.png') no-repeat;
	height: 42px;
  width: 41px; margin-top: -2px; margin-left: -6px; border-bottom:none;
}

.unit.skin_17.turned_1{
	box-shadow: none;
    background:url('/newpaperio/images/tank_side_L.png') no-repeat;
	height: 50px;
  width: 42px; margin-top: -10px; margin-left: -13px; border-bottom:none;
}

.unit.skin_17.turned_3 {
	box-shadow: none;
    background:url('/newpaperio/images/tank_side.png') no-repeat;
	height: 50px;
  width: 42px; margin-top: -6px; margin-left: 1px; border-bottom:none;
}

.unit.skin_17:before { color:#32361F; }
.unit.skin_17.dark:before { color:#E0E3CE; }
.path.skin_17.drawed { background:#7f782d; }
.path.skin_17.turned_12{border-top:30px solid transparent;border-left:30px solid #5C5625;background:transparent; width:0px; height:0px;}
.path.skin_17.turned_14{border-bottom:30px solid transparent;border-left:30px solid #5C5625;background:transparent; width:0px; height:0px;}
.path.skin_17.turned_21{border-left:30px solid transparent;border-top:30px solid #5C5625;background:transparent; width:0px; height:0px;}
.path.skin_17.turned_23{border-right:30px solid transparent;border-top:30px solid #5C5625;background:transparent; width:0px; height:0px;}
.path.skin_17.turned_32{border-top:30px solid transparent;border-right:30px solid #5C5625;background:transparent; width:0px; height:0px;}
.path.skin_17.turned_34{border-bottom:30px solid transparent;border-right:30px solid #5C5625;background:transparent; width:0px; height:0px;}
.path.skin_17.turned_41{border-left:30px solid transparent;border-bottom:30px solid #5C5625;background:transparent; width:0px; height:0px;}
.path.skin_17.turned_43{border-right:30px solid transparent;border-bottom:30px solid #5C5625;background:transparent; width:0px; height:0px;}
#playground .skin_17.owned { background:url('/newpaperio/images/tank_pattern.png') left top repeat; border-bottom:4px solid #4B471F; }
.score.skin_17  { background:#968D3D; border-bottom:6px solid #5C5625; color:#48441E}

.unit.skin_18 { box-shadow: none;
    background:url('/newpaperio/images/ladyBug_top.png') no-repeat;
	height: 46px;
  width: 31px; margin-top: -8px; margin-left: -0.5px; border-bottom:none;
}

.unit.skin_18.turned_2 {
	box-shadow: none;
    background:url('/newpaperio/images/ladyBug_top.png') no-repeat;
	height: 46px;
  width: 31px; margin-top: -8px; margin-left: -0.5px; border-bottom:none;
}

.unit.skin_18.turned_4 {
	box-shadow: none;
    background:url('/newpaperio/images/ladyBug_down.png') no-repeat;
	height: 42px;
  width: 31px; margin-top: -5px; margin-left: 0.5px; border-bottom:none;
}

.unit.skin_18.turned_1 {
	box-shadow: none;
    background:url('/newpaperio/images/ladyBug_Left.png') no-repeat;
	height: 42px;
  width: 35px; margin-top: -5px; margin-left: -2px; border-bottom:none;
}

.unit.skin_18.turned_3 {
	box-shadow: none;
    background:url('/newpaperio/images/ladyBug_right.png') no-repeat;
	height: 42px;
  width: 35px; margin-top: -5px; margin-left: -1px; border-bottom:none;
}

.unit.skin_18:before { color:#6C0B00; }
.unit.skin_18.dark:before { color:#FFC1BB; }
.path.skin_18.drawed { background:#ff5949; }
.path.skin_18.turned_12{border-top:30px solid transparent;border-left:30px solid #CE1A0B;background:transparent; width:0px; height:0px;}
.path.skin_18.turned_14{border-bottom:30px solid transparent;border-left:30px solid #CE1A0B;background:transparent; width:0px; height:0px;}
.path.skin_18.turned_21{border-left:30px solid transparent;border-top:30px solid #CE1A0B;background:transparent; width:0px; height:0px;}
.path.skin_18.turned_23{border-right:30px solid transparent;border-top:30px solid #CE1A0B;background:transparent; width:0px; height:0px;}
.path.skin_18.turned_32{border-top:30px solid transparent;border-right:30px solid #CE1A0B;background:transparent; width:0px; height:0px;}
.path.skin_18.turned_34{border-bottom:30px solid transparent;border-right:30px solid #CE1A0B;background:transparent; width:0px; height:0px;}
.path.skin_18.turned_41{border-left:30px solid transparent;border-bottom:30px solid #CE1A0B;background:transparent; width:0px; height:0px;}
.path.skin_18.turned_43{border-right:30px solid transparent;border-bottom:30px solid #CE1A0B;background:transparent; width:0px; height:0px;}
#playground .skin_18.owned { background:url('/newpaperio/images/ladybug_pattern.png') left top repeat; border-bottom:4px solid #000000; }
.score.skin_18 { background:#ff5949; border-bottom:6px solid #000000; color:#FFFFFF}

.unit.skin_19  { background:url('/newpaperio/images/burgerSkin.png') no-repeat; border-bottom:none; height: 44px; width: 31px; }
.unit.skin_19:before { color:#835836; }
.unit.skin_19.dark:before { color:#E7D2C2; }
.path.skin_19.drawed { background:#ffc770; }
.path.skin_19.turned_12{border-top:30px solid transparent;border-left:30px solid #ff9466;background:transparent; width:0px; height:0px;}
.path.skin_19.turned_14{border-bottom:30px solid transparent;border-left:30px solid #ff9466;background:transparent; width:0px; height:0px;}
.path.skin_19.turned_21{border-left:30px solid transparent;border-top:30px solid #ff9466;background:transparent; width:0px; height:0px;}
.path.skin_19.turned_23{border-right:30px solid transparent;border-top:30px solid #ff9466;background:transparent; width:0px; height:0px;}
.path.skin_19.turned_32{border-top:30px solid transparent;border-right:30px solid #ff9466;background:transparent; width:0px; height:0px;}
.path.skin_19.turned_34{border-bottom:30px solid transparent;border-right:30px solid #ff9466;background:transparent; width:0px; height:0px;}
.path.skin_19.turned_41{border-left:30px solid transparent;border-bottom:30px solid #ff9466;background:transparent; width:0px; height:0px;}
.path.skin_19.turned_43{border-right:30px solid transparent;border-bottom:30px solid #ff9466;background:transparent; width:0px; height:0px;}
#playground .skin_19.owned { background:url('/newpaperio/images/burgerPattern.png') left top repeat; border-bottom:4px solid #ff9466; }
.score.skin_19 { background:#fec673; border-bottom:6px solid #ff9466; color:#FFFFFF}

.unit.skin_20  { background:url('/newpaperio/images/orangeSkin.png') no-repeat; border-bottom:none;height: 39px; width: 31px; }
.unit.skin_20:before { color:#925803; }
.unit.skin_20.dark:before { color:#FDDCAA; }
.path.skin_20.drawed { background:#ff9d1b; }
.path.skin_20.turned_12{border-top:30px solid transparent;border-left:30px solid #f3773b;background:transparent; width:0px; height:0px;}
.path.skin_20.turned_14{border-bottom:30px solid transparent;border-left:30px solid #f3773b;background:transparent; width:0px; height:0px;}
.path.skin_20.turned_21{border-left:30px solid transparent;border-top:30px solid #f3773b;background:transparent; width:0px; height:0px;}
.path.skin_20.turned_23{border-right:30px solid transparent;border-top:30px solid #f3773b;background:transparent; width:0px; height:0px;}
.path.skin_20.turned_32{border-top:30px solid transparent;border-right:30px solid #f3773b;background:transparent; width:0px; height:0px;}
.path.skin_20.turned_34{border-bottom:30px solid transparent;border-right:30px solid #f3773b;background:transparent; width:0px; height:0px;}
.path.skin_20.turned_41{border-left:30px solid transparent;border-bottom:30px solid #f3773b;background:transparent; width:0px; height:0px;}
.path.skin_20.turned_43{border-right:30px solid transparent;border-bottom:30px solid #f3773b;background:transparent; width:0px; height:0px;}
#playground .skin_20.owned { background:url('/newpaperio/images/orangeTile.png') left top repeat; border-bottom:4px solid #f3773b; }
.score.skin_20 { background:#ff9d1b; border-bottom:6px solid #f3773b; color:#C0460C}

.unit.skin_21 { box-shadow: none;
    background:url('/newpaperio/images/chrisTree_up.png') no-repeat;
	height: 59px;
  width: 35px; margin-top: -30px; margin-left: -2px; border-bottom:none;
}

.unit.skin_21.turned_2 {
	box-shadow: none;
    background:url('/newpaperio/images/chrisTree_up.png') no-repeat;
	height: 60px;
  width: 35px; margin-top: -30px; margin-left: -2px; border-bottom:none;
}

.unit.skin_21.turned_4 {
	box-shadow: none;
    background:url('/newpaperio/images/chrisTree_down.png') no-repeat;
	height: 59px;
  width: 35px; margin-top: -25px; margin-left: -2px; border-bottom:none;
}

.unit.skin_21.turned_1 {
	box-shadow: none;
    background:url('/newpaperio/images/chrisTree_left.png') no-repeat;
	height: 56px;
  width: 34px; margin-top: -25px; margin-left: -2px; border-bottom:none;
}

.unit.skin_21.turned_3 {
	box-shadow: none;
    background:url('/newpaperio/images/chrisTree_right.png') no-repeat;
	height: 56px;
  width: 34px; margin-top: -25px; margin-left: -2px; border-bottom:none;
}

.unit.skin_21:before { color:#244F1E; }
.unit.skin_21.dark:before { color:#D7EFD3; }
.path.skin_21.drawed { background:#029261; }
.path.skin_21.turned_12{border-top:30px solid transparent;border-left:30px solid #00824A;background:transparent; width:0px; height:0px;}
.path.skin_21.turned_14{border-bottom:30px solid transparent;border-left:30px solid #00824A;background:transparent; width:0px; height:0px;}
.path.skin_21.turned_21{border-left:30px solid transparent;border-top:30px solid #00824A;background:transparent; width:0px; height:0px;}
.path.skin_21.turned_23{border-right:30px solid transparent;border-top:30px solid #00824A;background:transparent; width:0px; height:0px;}
.path.skin_21.turned_32{border-top:30px solid transparent;border-right:30px solid #00824A;background:transparent; width:0px; height:0px;}
.path.skin_21.turned_34{border-bottom:30px solid transparent;border-right:30px solid #00824A;background:transparent; width:0px; height:0px;}
.path.skin_21.turned_41{border-left:30px solid transparent;border-bottom:30px solid #00824A;background:transparent; width:0px; height:0px;}
.path.skin_21.turned_43{border-right:30px solid transparent;border-bottom:30px solid #00824A;background:transparent; width:0px; height:0px;}
#playground .skin_21.owned { background:url('/newpaperio/images/chrisTree_pattern.png') left top repeat; border-bottom:4px solid #00663b; }
.score.skin_21 { background:#029261; border-bottom:6px solid #00663b; color:#005330}


.unit.skin_22 { box-shadow: none;
    background:url('/newpaperio/images/present.png') no-repeat;
	height: 40px;
  width: 40px; margin-top: -10px; margin-left: 0px; border-bottom:none;
}

.unit.skin_22:before { color:#891313; }
.unit.skin_22.dark:before { color:#FFF2F3; }
.path.skin_22.drawed { background:#ff6d5b; }
.path.skin_22.turned_12{border-top:30px solid transparent;border-left:30px solid #d33740;background:transparent; width:0px; height:0px;}
.path.skin_22.turned_14{border-bottom:30px solid transparent;border-left:30px solid #d33740;background:transparent; width:0px; height:0px;}
.path.skin_22.turned_21{border-left:30px solid transparent;border-top:30px solid #d33740;background:transparent; width:0px; height:0px;}
.path.skin_22.turned_23{border-right:30px solid transparent;border-top:30px solid #d33740;background:transparent; width:0px; height:0px;}
.path.skin_22.turned_32{border-top:30px solid transparent;border-right:30px solid #d33740;background:transparent; width:0px; height:0px;}
.path.skin_22.turned_34{border-bottom:30px solid transparent;border-right:30px solid #d33740;background:transparent; width:0px; height:0px;}
.path.skin_22.turned_41{border-left:30px solid transparent;border-bottom:30px solid #d33740;background:transparent; width:0px; height:0px;}
.path.skin_22.turned_43{border-right:30px solid transparent;border-bottom:30px solid #d33740;background:transparent; width:0px; height:0px;}
#playground .skin_22.owned { background:url('/newpaperio/images/redTile.png') left top repeat; border-bottom:4px solid #d33740; }
.score.skin_22 { background:#ff6d5b; border-bottom:6px solid #d33740; color:#891313}

.unit.skin_23 { box-shadow: none;
    background:url('/newpaperio/images/snowman.png') no-repeat;
	height: 44px;
  width: 43px; margin-top: -13px; margin-left: -7px; border-bottom:none;
}

.unit.skin_23:before { color:#52BAAF; }
.unit.skin_23.dark:before { color:#EEF9F8; }
.path.skin_23.drawed { background:#b7fffe; }
.path.skin_23.turned_12{border-top:30px solid transparent;border-left:30px solid #70c6bd;background:transparent; width:0px; height:0px;}
.path.skin_23.turned_14{border-bottom:30px solid transparent;border-left:30px solid #70c6bd;background:transparent; width:0px; height:0px;}
.path.skin_23.turned_21{border-left:30px solid transparent;border-top:30px solid #70c6bd;background:transparent; width:0px; height:0px;}
.path.skin_23.turned_23{border-right:30px solid transparent;border-top:30px solid #70c6bd;background:transparent; width:0px; height:0px;}
.path.skin_23.turned_32{border-top:30px solid transparent;border-right:30px solid #70c6bd;background:transparent; width:0px; height:0px;}
.path.skin_23.turned_34{border-bottom:30px solid transparent;border-right:30px solid #70c6bd;background:transparent; width:0px; height:0px;}
.path.skin_23.turned_41{border-left:30px solid transparent;border-bottom:30px solid #70c6bd;background:transparent; width:0px; height:0px;}
.path.skin_23.turned_43{border-right:30px solid transparent;border-bottom:30px solid #70c6bd;background:transparent; width:0px; height:0px;}
#playground .skin_23.owned { background:url('/newpaperio/images/snowTile.png') left top repeat; border-bottom:4px solid #70c6bd; }
.score.skin_23 { background:#b7fffe; border-bottom:6px solid #70c6bd; color:#52BAAF}

.unit.skin_24 {
   box-shadow: none;
    background:url('/newpaperio/images/cupid_side_l.png') no-repeat;
	height: 52px;
  width: 82px; margin-top: -13px; margin-left: -25px; border-bottom:none;
}

.unit.skin_24.turned_2 {
	box-shadow: none;
    background:url('/newpaperio/images/cupid_back.png') no-repeat;
	height: 61px;
  width: 44px; margin-top: -20px; margin-left: -4px; border-bottom:none;
}

.unit.skin_24.turned_4 {
	box-shadow: none;
    background:url('/newpaperio/images/cupid_front.png') no-repeat;
	height: 80px;
  width: 44px; margin-top: -25px; margin-left: -8px; border-bottom:none;
}

.unit.skin_24.turned_1 {
	box-shadow: none;
    background:url('/newpaperio/images/cupid_side_l.png') no-repeat;
	height: 52px;
  width: 82px; margin-top: -13px; margin-left: -25px; border-bottom:none;
}

.unit.skin_24.turned_3 {
	box-shadow: none;
    background:url('/newpaperio/images/cupid_side.png') no-repeat;
	height: 52px;
  width: 82px; margin-top: -13px; margin-left: -25px; border-bottom:none;
}

.unit.skin_24:before { color:#823128; }
.unit.skin_24.dark:before { color:#EEA6A6; }
.path.skin_24.drawed { background:#eb4344; }
.path.skin_24.turned_12{border-top:30px solid transparent;border-left:30px solid #c4302e;background:transparent; width:0px; height:0px;}
.path.skin_24.turned_14{border-bottom:30px solid transparent;border-left:30px solid #c4302e;background:transparent; width:0px; height:0px;}
.path.skin_24.turned_21{border-left:30px solid transparent;border-top:30px solid #c4302e;background:transparent; width:0px; height:0px;}
.path.skin_24.turned_23{border-right:30px solid transparent;border-top:30px solid #c4302e;background:transparent; width:0px; height:0px;}
.path.skin_24.turned_32{border-top:30px solid transparent;border-right:30px solid #c4302e;background:transparent; width:0px; height:0px;}
.path.skin_24.turned_34{border-bottom:30px solid transparent;border-right:30px solid #c4302e;background:transparent; width:0px; height:0px;}
.path.skin_24.turned_41{border-left:30px solid transparent;border-bottom:30px solid #c4302e;background:transparent; width:0px; height:0px;}
.path.skin_24.turned_43{border-right:30px solid transparent;border-bottom:30px solid #c4302e;background:transparent; width:0px; height:0px;}
#playground .skin_24.owned { background:url('/newpaperio/images/heartBack.png') left top repeat; border-bottom:4px solid #c5302e; }
.score.skin_24 { background:#eb4344; border-bottom:6px solid #c5302e; color:#6B0C0C}

.unit.skin_25 { box-shadow: none;
    background:url('/newpaperio/images/thanos30.png') no-repeat;
	height: 54px;
  width: 42px; margin-top: -14px; margin-left: -4px; border-bottom:none;
}

.unit.skin_25:before { color:#cc9900; }
.unit.skin_25.dark:before { color:#FFC820; }
.path.skin_25.drawed { background:#321764; }
.path.skin_25.turned_12{border-top:30px solid transparent;border-left:30px solid #1E0E3D;background:transparent; width:0px; height:0px;}
.path.skin_25.turned_14{border-bottom:30px solid transparent;border-left:30px solid #1E0E3D;background:transparent; width:0px; height:0px;}
.path.skin_25.turned_21{border-left:30px solid transparent;border-top:30px solid #1E0E3D;background:transparent; width:0px; height:0px;}
.path.skin_25.turned_23{border-right:30px solid transparent;border-top:30px solid #1E0E3D;background:transparent; width:0px; height:0px;}
.path.skin_25.turned_32{border-top:30px solid transparent;border-right:30px solid #1E0E3D;background:transparent; width:0px; height:0px;}
.path.skin_25.turned_34{border-bottom:30px solid transparent;border-right:30px solid #1E0E3D;background:transparent; width:0px; height:0px;}
.path.skin_25.turned_41{border-left:30px solid transparent;border-bottom:30px solid #1E0E3D;background:transparent; width:0px; height:0px;}
.path.skin_25.turned_43{border-right:30px solid transparent;border-bottom:30px solid #1E0E3D;background:transparent; width:0px; height:0px;}
#playground .skin_25.owned { background:url('/newpaperio/images/spacePattern.png') left top repeat; border-bottom:4px solid #1E0E3D; }
.score.skin_25 { background:#321764; border-bottom:6px solid #1E0E3D; color:#cc9900}

.unit.skin_26 { box-shadow: none;
    background:url('/newpaperio/images/capAmericaSq.png') no-repeat;
	height: 30px;
  width: 30px;   border-bottom:6px solid #254370;
}

.unit.skin_26:before { color:#fe161a; }
.unit.skin_26.dark:before { color:#FDEAEA; }
.path.skin_26.drawed { background:#30568e; }
.path.skin_26.turned_12{border-top:30px solid transparent;border-left:30px solid #254370;background:transparent; width:0px; height:0px;}
.path.skin_26.turned_14{border-bottom:30px solid transparent;border-left:30px solid #254370;background:transparent; width:0px; height:0px;}
.path.skin_26.turned_21{border-left:30px solid transparent;border-top:30px solid #254370;background:transparent; width:0px; height:0px;}
.path.skin_26.turned_23{border-right:30px solid transparent;border-top:30px solid #254370;background:transparent; width:0px; height:0px;}
.path.skin_26.turned_32{border-top:30px solid transparent;border-right:30px solid #254370;background:transparent; width:0px; height:0px;}
.path.skin_26.turned_34{border-bottom:30px solid transparent;border-right:30px solid #254370;background:transparent; width:0px; height:0px;}
.path.skin_26.turned_41{border-left:30px solid transparent;border-bottom:30px solid #254370;background:transparent; width:0px; height:0px;}
.path.skin_26.turned_43{border-right:30px solid transparent;border-bottom:30px solid #254370;background:transparent; width:0px; height:0px;}
#playground .skin_26.owned { background:url('/newpaperio/images/starsBack30.png') left top repeat; border-bottom:4px solid #254370; }
.score.skin_26 { background:#30568e; border-bottom:6px solid #fe161a; color:#ffffff}

.unit.skin_27 { box-shadow: none;
    background:url('/newpaperio/images/reaper.png');
	height: 30px;
  width: 30px;   border-bottom:6px solid #0f0f0f;
}
.unit.skin_27:before { color:#0f0f0f; }
.unit.skin_27.dark:before { color:#b7b7b7; }
.path.skin_27.drawed { background:#51504f; }
.path.skin_27.turned_12{border-top:30px solid transparent;border-left:30px solid #3f3e3c;background:transparent; width:0px; height:0px;}
.path.skin_27.turned_14{border-bottom:30px solid transparent;border-left:30px solid #3f3e3c;background:transparent; width:0px; height:0px;}
.path.skin_27.turned_21{border-left:30px solid transparent;border-top:30px solid #3f3e3c;background:transparent; width:0px; height:0px;}
.path.skin_27.turned_23{border-right:30px solid transparent;border-top:30px solid #3f3e3c;background:transparent; width:0px; height:0px;}
.path.skin_27.turned_32{border-top:30px solid transparent;border-right:30px solid #3f3e3c;background:transparent; width:0px; height:0px;}
.path.skin_27.turned_34{border-bottom:30px solid transparent;border-right:30px solid #3f3e3c;background:transparent; width:0px; height:0px;}
.path.skin_27.turned_41{border-left:30px solid transparent;border-bottom:30px solid #3f3e3c;background:transparent; width:0px; height:0px;}
.path.skin_27.turned_43{border-right:30px solid transparent;border-bottom:30px solid #3f3e3c;background:transparent; width:0px; height:0px;}
#playground .skin_27.owned { background:url('/newpaperio/images/reaperBack.png') left top repeat; border-bottom:4px solid #3f3e3c; }
.score.skin_27 { background:#51504f; border-bottom:6px solid #0f0f0f; color:#b7b7b7}


.unit.skin_28 { box-shadow: none;
    background:url('/newpaperio/images/clownHead30.png');
	height: 32px;
  width: 30px;   border-bottom:6px solid #330202;
}
.unit.skin_28:before { color:#2e0301; }
.unit.skin_28.dark:before { color:#fbd5bb; }
.path.skin_28.drawed { background:#460905; }
.path.skin_28.turned_12{border-top:30px solid transparent;border-left:30px solid #170403;background:transparent; width:0px; height:0px;}
.path.skin_28.turned_14{border-bottom:30px solid transparent;border-left:30px solid #170403;background:transparent; width:0px; height:0px;}
.path.skin_28.turned_21{border-left:30px solid transparent;border-top:30px solid #170403;background:transparent; width:0px; height:0px;}
.path.skin_28.turned_23{border-right:30px solid transparent;border-top:30px solid #170403;background:transparent; width:0px; height:0px;}
.path.skin_28.turned_32{border-top:30px solid transparent;border-right:30px solid #170403;background:transparent; width:0px; height:0px;}
.path.skin_28.turned_34{border-bottom:30px solid transparent;border-right:30px solid #170403;background:transparent; width:0px; height:0px;}
.path.skin_28.turned_41{border-left:30px solid transparent;border-bottom:30px solid #170403;background:transparent; width:0px; height:0px;}
.path.skin_28.turned_43{border-right:30px solid transparent;border-bottom:30px solid #170403;background:transparent; width:0px; height:0px;}
#playground .skin_28.owned { background:url('/newpaperio/images/clownBaloonsPatternSmall.png') left top repeat; border-bottom:4px solid #130201; }
.score.skin_28 { background:#750f0a; border-bottom:6px solid #1e0a09; color:#f7a975}

.unit.skin_29 { box-shadow: none;
    background:url('/newpaperio/images/jokerFace30.png');
	height: 30px;
  width: 30px;   border-bottom:6px solid #982506;
}
.unit.skin_29:before { color:#5b1100; }
.unit.skin_29.dark:before { color:#ffd9ce; }
.path.skin_29.drawed { background:#c72e04; }
.path.skin_29.turned_12{border-top:30px solid transparent;border-left:30px solid #a92c0a;background:transparent; width:0px; height:0px;}
.path.skin_29.turned_14{border-bottom:30px solid transparent;border-left:30px solid #a92c0a;background:transparent; width:0px; height:0px;}
.path.skin_29.turned_21{border-left:30px solid transparent;border-top:30px solid #a92c0a;background:transparent; width:0px; height:0px;}
.path.skin_29.turned_23{border-right:30px solid transparent;border-top:30px solid #a92c0a;background:transparent; width:0px; height:0px;}
.path.skin_29.turned_32{border-top:30px solid transparent;border-right:30px solid #a92c0a;background:transparent; width:0px; height:0px;}
.path.skin_29.turned_34{border-bottom:30px solid transparent;border-right:30px solid #a92c0a;background:transparent; width:0px; height:0px;}
.path.skin_29.turned_41{border-left:30px solid transparent;border-bottom:30px solid #a92c0a;background:transparent; width:0px; height:0px;}
.path.skin_29.turned_43{border-right:30px solid transparent;border-bottom:30px solid #a92c0a;background:transparent; width:0px; height:0px;}
#playground .skin_29.owned { background:url('/newpaperio/images/jokerPattern30.png') left top repeat; border-bottom:4px solid #130201; }
.score.skin_29 { background:#fb9407; border-bottom:6px solid #c72e04; color:#318271}

.unit.skin_30 { box-shadow: none;
  background:url('/newpaperio/images/batmanHead30.png');
height: 30px;
width: 30px;   border-bottom:6px solid #222d33;
}
.unit.skin_30:before { color:#222d33; }
.unit.skin_30.dark:before { color:#e6f0f5; }
.path.skin_30.drawed { background:#637782; }
.path.skin_30.turned_12{border-top:30px solid transparent;border-left:30px solid #3b4b53;background:transparent; width:0px; height:0px;}
.path.skin_30.turned_14{border-bottom:30px solid transparent;border-left:30px solid #3b4b53;background:transparent; width:0px; height:0px;}
.path.skin_30.turned_21{border-left:30px solid transparent;border-top:30px solid #3b4b53;background:transparent; width:0px; height:0px;}
.path.skin_30.turned_23{border-right:30px solid transparent;border-top:30px solid #3b4b53;background:transparent; width:0px; height:0px;}
.path.skin_30.turned_32{border-top:30px solid transparent;border-right:30px solid #3b4b53;background:transparent; width:0px; height:0px;}
.path.skin_30.turned_34{border-bottom:30px solid transparent;border-right:30px solid #3b4b53;background:transparent; width:0px; height:0px;}
.path.skin_30.turned_41{border-left:30px solid transparent;border-bottom:30px solid #3b4b53;background:transparent; width:0px; height:0px;}
.path.skin_30.turned_43{border-right:30px solid transparent;border-bottom:30px solid #3b4b53;background:transparent; width:0px; height:0px;}
#playground .skin_30.owned { background:url('/newpaperio/images/batmanPattern30.png') left top repeat; border-bottom:4px solid #171d20; }
.score.skin_30 { background:#637782; border-bottom:6px solid #222d33; color:#ebe02a}

.unit.skin_31 { box-shadow: none;
  background:url('/newpaperio/images/eye30.png');
height: 30px;
width: 30px;   border-bottom:6px solid #144d42;
}
.unit.skin_31:before { color:#da4218; }
.unit.skin_31.dark:before { color:#ffc7b7; }
.path.skin_31.drawed { background:#309c8a; }
.path.skin_31.turned_12{border-top:30px solid transparent;border-left:30px solid #1e6256;background:transparent; width:0px; height:0px;}
.path.skin_31.turned_14{border-bottom:30px solid transparent;border-left:30px solid #1e6256;background:transparent; width:0px; height:0px;}
.path.skin_31.turned_21{border-left:30px solid transparent;border-top:30px solid #1e6256;background:transparent; width:0px; height:0px;}
.path.skin_31.turned_23{border-right:30px solid transparent;border-top:30px solid #1e6256;background:transparent; width:0px; height:0px;}
.path.skin_31.turned_32{border-top:30px solid transparent;border-right:30px solid #1e6256;background:transparent; width:0px; height:0px;}
.path.skin_31.turned_34{border-bottom:30px solid transparent;border-right:30px solid #1e6256;background:transparent; width:0px; height:0px;}
.path.skin_31.turned_41{border-left:30px solid transparent;border-bottom:30px solid #1e6256;background:transparent; width:0px; height:0px;}
.path.skin_31.turned_43{border-right:30px solid transparent;border-bottom:30px solid #1e6256;background:transparent; width:0px; height:0px;}
#playground .skin_31.owned { background:url('/newpaperio/images/eyePattern30.png') left top repeat; border-bottom:4px solid #144d42; }
.score.skin_31 { background:#309c8a; border-bottom:6px solid #144d42; color:#751900}

.unit.skin_32 { box-shadow: none;
  background:url('/newpaperio/images/frankie30.png');
height: 30px;
width: 30px;   border-bottom:6px solid #311c3a;
}
.unit.skin_32:before { color:#46125b; }
.unit.skin_32.dark:before { color:#d5a2e9; }
.path.skin_32.drawed { background:#7f309c; }
.path.skin_32.turned_12{border-top:30px solid transparent;border-left:30px solid #360549;background:transparent; width:0px; height:0px;}
.path.skin_32.turned_14{border-bottom:30px solid transparent;border-left:30px solid #360549;background:transparent; width:0px; height:0px;}
.path.skin_32.turned_21{border-left:30px solid transparent;border-top:30px solid #360549;background:transparent; width:0px; height:0px;}
.path.skin_32.turned_23{border-right:30px solid transparent;border-top:30px solid #360549;background:transparent; width:0px; height:0px;}
.path.skin_32.turned_32{border-top:30px solid transparent;border-right:30px solid #360549;background:transparent; width:0px; height:0px;}
.path.skin_32.turned_34{border-bottom:30px solid transparent;border-right:30px solid #360549;background:transparent; width:0px; height:0px;}
.path.skin_32.turned_41{border-left:30px solid transparent;border-bottom:30px solid #360549;background:transparent; width:0px; height:0px;}
.path.skin_32.turned_43{border-right:30px solid transparent;border-bottom:30px solid #360549;background:transparent; width:0px; height:0px;}
#playground .skin_32.owned { background:url('/newpaperio/images/frankiePattern30.png') left top repeat; border-bottom:4px solid #311c3a; }
.score.skin_32 { background:#7f309c; border-bottom:6px solid #311c3a; color:#a5c61e}

.unit.skin_33 { box-shadow: none;
  background:url('/newpaperio/images/santaRound30.png');
  height: 47px;
  width: 41px;   margin-top: -11px; margin-left: -5px; border-bottom:none;
}
.unit.skin_33:before { color:#670404; }
.unit.skin_33.dark:before { color:#e25c5c; }
.path.skin_33.drawed { background:#a01b1b; }
.path.skin_33.turned_12{border-top:30px solid transparent;border-left:30px solid #770d0d;background:transparent; width:0px; height:0px;}
.path.skin_33.turned_14{border-bottom:30px solid transparent;border-left:30px solid #770d0d;background:transparent; width:0px; height:0px;}
.path.skin_33.turned_21{border-left:30px solid transparent;border-top:30px solid #770d0d;background:transparent; width:0px; height:0px;}
.path.skin_33.turned_23{border-right:30px solid transparent;border-top:30px solid #770d0d;background:transparent; width:0px; height:0px;}
.path.skin_33.turned_32{border-top:30px solid transparent;border-right:30px solid #770d0d;background:transparent; width:0px; height:0px;}
.path.skin_33.turned_34{border-bottom:30px solid transparent;border-right:30px solid #770d0d;background:transparent; width:0px; height:0px;}
.path.skin_33.turned_41{border-left:30px solid transparent;border-bottom:30px solid #770d0d;background:transparent; width:0px; height:0px;}
.path.skin_33.turned_43{border-right:30px solid transparent;border-bottom:30px solid #770d0d;background:transparent; width:0px; height:0px;}
#playground .skin_33.owned { background:url('/newpaperio/images/bellRedPattern30.png') left top repeat; border-bottom:4px solid #670404; }
.score.skin_33 { background:#830000; border-bottom:6px solid #670404; color:#edad2e}

.unit.skin_34 { box-shadow: none;
  background:url('/newpaperio/images/rndeer30.png');
  height: 50px;
  width: 47px;   margin-top: -13px; margin-left: -8px; border-bottom:none;
}
.unit.skin_34:before { color:#3f1f09; }
.unit.skin_34.dark:before { color:#d48a55; }
.path.skin_34.drawed { background:#830000; }
.path.skin_34.turned_12{border-top:30px solid transparent;border-left:30px solid #640808;background:transparent; width:0px; height:0px;}
.path.skin_34.turned_14{border-bottom:30px solid transparent;border-left:30px solid #640808;background:transparent; width:0px; height:0px;}
.path.skin_34.turned_21{border-left:30px solid transparent;border-top:30px solid #640808;background:transparent; width:0px; height:0px;}
.path.skin_34.turned_23{border-right:30px solid transparent;border-top:30px solid #640808;background:transparent; width:0px; height:0px;}
.path.skin_34.turned_32{border-top:30px solid transparent;border-right:30px solid #640808;background:transparent; width:0px; height:0px;}
.path.skin_34.turned_34{border-bottom:30px solid transparent;border-right:30px solid #640808;background:transparent; width:0px; height:0px;}
.path.skin_34.turned_41{border-left:30px solid transparent;border-bottom:30px solid #640808;background:transparent; width:0px; height:0px;}
.path.skin_34.turned_43{border-right:30px solid transparent;border-bottom:30px solid #640808;background:transparent; width:0px; height:0px;}
#playground .skin_34.owned { background:url('/newpaperio/images/knitPattern30.png') left top repeat; border-bottom:4px solid #490202; }
.score.skin_34 { background:#830000; border-bottom:6px solid #670404; color:#ffffff}

.unit.skin_35 { box-shadow: none;
  background:url('/newpaperio/images/witcherHead30.png');
  height: 30px;
  width: 30px; border-bottom:6px solid #2d362b; color:#4a6343
}
.unit.skin_35:before { color:#d1aa28; }
.unit.skin_35.dark:before { color:#ebd556; }
.path.skin_35.drawed { background:#4a6343; }
.path.skin_35.turned_12{border-top:30px solid transparent;border-left:30px solid #334d2c;background:transparent; width:0px; height:0px;}
.path.skin_35.turned_14{border-bottom:30px solid transparent;border-left:30px solid #334d2c;background:transparent; width:0px; height:0px;}
.path.skin_35.turned_21{border-left:30px solid transparent;border-top:30px solid #334d2c;background:transparent; width:0px; height:0px;}
.path.skin_35.turned_23{border-right:30px solid transparent;border-top:30px solid #334d2c;background:transparent; width:0px; height:0px;}
.path.skin_35.turned_32{border-top:30px solid transparent;border-right:30px solid #334d2c;background:transparent; width:0px; height:0px;}
.path.skin_35.turned_34{border-bottom:30px solid transparent;border-right:30px solid #334d2c;background:transparent; width:0px; height:0px;}
.path.skin_35.turned_41{border-left:30px solid transparent;border-bottom:30px solid #334d2c;background:transparent; width:0px; height:0px;}
.path.skin_35.turned_43{border-right:30px solid transparent;border-bottom:30px solid #334d2c;background:transparent; width:0px; height:0px;}
#playground .skin_35.owned { background:url('/newpaperio/images/patternWitcher30.png') left top repeat; border-bottom:4px solid #2d362b; }
.score.skin_35 { background:#4a6343; border-bottom:6px solid #2d362b; color:#ebd556}

.unit.skin_36 { box-shadow: none;
  background:url('/newpaperio/images/covid30.png');
  height: 30px;
width: 30px;   border-bottom:6px solid #026a40;
}
.unit.skin_36:before { color:#026a40; }
.unit.skin_36.dark:before { color:#55f2b3; }
.path.skin_36.drawed { background:#078a55; }
.path.skin_36.turned_12{border-top:30px solid transparent;border-left:30px solid #026a40;background:transparent; width:0px; height:0px;}
.path.skin_36.turned_14{border-bottom:30px solid transparent;border-left:30px solid #026a40;background:transparent; width:0px; height:0px;}
.path.skin_36.turned_21{border-left:30px solid transparent;border-top:30px solid #026a40;background:transparent; width:0px; height:0px;}
.path.skin_36.turned_23{border-right:30px solid transparent;border-top:30px solid #026a40;background:transparent; width:0px; height:0px;}
.path.skin_36.turned_32{border-top:30px solid transparent;border-right:30px solid #026a40;background:transparent; width:0px; height:0px;}
.path.skin_36.turned_34{border-bottom:30px solid transparent;border-right:30px solid #026a40;background:transparent; width:0px; height:0px;}
.path.skin_36.turned_41{border-left:30px solid transparent;border-bottom:30px solid #026a40;background:transparent; width:0px; height:0px;}
.path.skin_36.turned_43{border-right:30px solid transparent;border-bottom:30px solid #026a40;background:transparent; width:0px; height:0px;}
#playground .skin_36.owned { background:url('/newpaperio/images/covidPattern30.png') left top repeat; border-bottom:4px solid #026a40; }
.score.skin_36 { background:#078a55; border-bottom:6px solid #026a40; color:#a3ffda}


.unit.skin_37 { box-shadow: none;
  background:url('/newpaperio/images/doctor30.png');
  height: 30px;
  width: 30px;   border-bottom:6px solid #41a43a;
}
.unit.skin_37:before { color:#BC3F3F; }
.unit.skin_37.dark:before { color:#fda6a6; }
.path.skin_37.drawed { background:#61d159; }
.path.skin_37.turned_12{border-top:30px solid transparent;border-left:30px solid #49c041;background:transparent; width:0px; height:0px;}
.path.skin_37.turned_14{border-bottom:30px solid transparent;border-left:30px solid #49c041;background:transparent; width:0px; height:0px;}
.path.skin_37.turned_21{border-left:30px solid transparent;border-top:30px solid #49c041;background:transparent; width:0px; height:0px;}
.path.skin_37.turned_23{border-right:30px solid transparent;border-top:30px solid #49c041;background:transparent; width:0px; height:0px;}
.path.skin_37.turned_32{border-top:30px solid transparent;border-right:30px solid #49c041;background:transparent; width:0px; height:0px;}
.path.skin_37.turned_34{border-bottom:30px solid transparent;border-right:30px solid #49c041;background:transparent; width:0px; height:0px;}
.path.skin_37.turned_41{border-left:30px solid transparent;border-bottom:30px solid #49c041;background:transparent; width:0px; height:0px;}
.path.skin_37.turned_43{border-right:30px solid transparent;border-bottom:30px solid #49c041;background:transparent; width:0px; height:0px;}
#playground .skin_37.owned { background:url('/newpaperio/images/docPattern.png') left top repeat; border-bottom:4px solid #41a43a; }
.score.skin_37 { background:#61d159; border-bottom:6px solid #41a43a; color:#BC3F3F}


.unit.skin_38 { box-shadow: none;
  background:url('/newpaperio/images/sanitizer30.png');
  height: 30px;
  width: 30px;   border-bottom:6px solid #4e95ac;
}
.unit.skin_38:before { color:#20baeb; }
.unit.skin_38.dark:before { color:#bbeeff; }
.path.skin_38.drawed { background:#74c8e3; }
.path.skin_38.turned_12{border-top:30px solid transparent;border-left:30px solid #61b0ca;background:transparent; width:0px; height:0px;}
.path.skin_38.turned_14{border-bottom:30px solid transparent;border-left:30px solid #61b0ca;background:transparent; width:0px; height:0px;}
.path.skin_38.turned_21{border-left:30px solid transparent;border-top:30px solid #61b0ca;background:transparent; width:0px; height:0px;}
.path.skin_38.turned_23{border-right:30px solid transparent;border-top:30px solid #61b0ca;background:transparent; width:0px; height:0px;}
.path.skin_38.turned_32{border-top:30px solid transparent;border-right:30px solid #61b0ca;background:transparent; width:0px; height:0px;}
.path.skin_38.turned_34{border-bottom:30px solid transparent;border-right:30px solid #61b0ca;background:transparent; width:0px; height:0px;}
.path.skin_38.turned_41{border-left:30px solid transparent;border-bottom:30px solid #61b0ca;background:transparent; width:0px; height:0px;}
.path.skin_38.turned_43{border-right:30px solid transparent;border-bottom:30px solid #61b0ca;background:transparent; width:0px; height:0px;}
#playground .skin_38.owned { background:url('/newpaperio/images/sanitizerPattern30.png') left top repeat; border-bottom:4px solid #4e95ac; }
.score.skin_38 { background:#74c8e3; border-bottom:6px solid #4e95ac; color:#d3f4ff}

.unit.skin_39 { box-shadow: none;
  background:url('/newpaperio/images/mask30.png');
  height: 30px;
  width: 30px;   border-bottom:6px solid #B79815; }

.unit.skin_39:before { color:#37435D; }
.unit.skin_39.dark:before { color:#F2DE73; }
.path.skin_39.drawed { background:#F2DE73; }
.path.skin_39.turned_12{border-top:30px solid transparent;border-left:30px solid #C4A833;background:transparent; width:0px; height:0px;}
.path.skin_39.turned_14{border-bottom:30px solid transparent;border-left:30px solid #C4A833;background:transparent; width:0px; height:0px;}
.path.skin_39.turned_21{border-left:30px solid transparent;border-top:30px solid #C4A833;background:transparent; width:0px; height:0px;}
.path.skin_39.turned_23{border-right:30px solid transparent;border-top:30px solid #C4A833;background:transparent; width:0px; height:0px;}
.path.skin_39.turned_32{border-top:30px solid transparent;border-right:30px solid #C4A833;background:transparent; width:0px; height:0px;}
.path.skin_39.turned_34{border-bottom:30px solid transparent;border-right:30px solid #C4A833;background:transparent; width:0px; height:0px;}
.path.skin_39.turned_41{border-left:30px solid transparent;border-bottom:30px solid #C4A833;background:transparent; width:0px; height:0px;}
.path.skin_39.turned_43{border-right:30px solid transparent;border-bottom:30px solid #C4A833;background:transparent; width:0px; height:0px;}
#playground .skin_39.owned { background:url('/newpaperio/images/maskSkinPattern30.png') left top repeat; border-bottom:4px solid #B79815; }
.score.skin_39 { background:#F2DE73; border-bottom:6px solid #B79815; color:#37435D}

.unit.skin_40 { box-shadow: none;
  background:url('/newpaperio/images/cyberHead40.png');
  height: 40px;
  width: 40px;   margin-top: -10px; margin-left: -5px; border-bottom:none;
}
.unit.skin_40:before { color:#48ddff; }
.unit.skin_40.dark:before { color:#f6f101; }
.path.skin_40.drawed { background:#f6f101; }
.path.skin_40.turned_12{border-top:30px solid transparent;border-left:30px solid #e0d505;background:transparent; width:0px; height:0px;}
.path.skin_40.turned_14{border-bottom:30px solid transparent;border-left:30px solid #e0d505;background:transparent; width:0px; height:0px;}
.path.skin_40.turned_21{border-left:30px solid transparent;border-top:30px solid #e0d505;background:transparent; width:0px; height:0px;}
.path.skin_40.turned_23{border-right:30px solid transparent;border-top:30px solid #e0d505;background:transparent; width:0px; height:0px;}
.path.skin_40.turned_32{border-top:30px solid transparent;border-right:30px solid #e0d505;background:transparent; width:0px; height:0px;}
.path.skin_40.turned_34{border-bottom:30px solid transparent;border-right:30px solid #e0d505;background:transparent; width:0px; height:0px;}
.path.skin_40.turned_41{border-left:30px solid transparent;border-bottom:30px solid #e0d505;background:transparent; width:0px; height:0px;}
.path.skin_40.turned_43{border-right:30px solid transparent;border-bottom:30px solid #e0d505;background:transparent; width:0px; height:0px;}
#playground .skin_40.owned { background:url('/newpaperio/images/cyberBack30.png') left top repeat; border-bottom:4px solid #48ddff; }
.score.skin_40 { background:#e0d505; border-bottom:6px solid #48ddff; color:#f6f101}

.unit.skin_41 { box-shadow: none;
  background:url('/newpaperio/images/crew35.png');
  height: 35px;
  width: 35px;   margin-top: -5px; margin-left: -2.5px; border-bottom:none;
}
.unit.skin_41:before { color:#bf1702; }
.unit.skin_41.dark:before { color:#a3a392; }
.path.skin_41.drawed { background:#4f5a5e; }
.path.skin_41.turned_12{border-top:30px solid transparent;border-left:30px solid #3f494c;background:transparent; width:0px; height:0px;}
.path.skin_41.turned_14{border-bottom:30px solid transparent;border-left:30px solid #3f494c;background:transparent; width:0px; height:0px;}
.path.skin_41.turned_21{border-left:30px solid transparent;border-top:30px solid #3f494c;background:transparent; width:0px; height:0px;}
.path.skin_41.turned_23{border-right:30px solid transparent;border-top:30px solid #3f494c;background:transparent; width:0px; height:0px;}
.path.skin_41.turned_32{border-top:30px solid transparent;border-right:30px solid #3f494c;background:transparent; width:0px; height:0px;}
.path.skin_41.turned_34{border-bottom:30px solid transparent;border-right:30px solid #3f494c;background:transparent; width:0px; height:0px;}
.path.skin_41.turned_41{border-left:30px solid transparent;border-bottom:30px solid #3f494c;background:transparent; width:0px; height:0px;}
.path.skin_41.turned_43{border-right:30px solid transparent;border-bottom:30px solid #3f494c;background:transparent; width:0px; height:0px;}
#playground .skin_41.owned { background:url('/newpaperio/images/patternCrew30.png') left top repeat; border-bottom:4px solid #4f5a5e; }
.score.skin_41 { background:#4f5a5e; border-bottom:6px solid #a3a392; color:#bf1702}

.unit.skin_42 { box-shadow: none;
  background:url('/newpaperio/images/chessQueen_30.png');
  height: 35px;
  width: 30px;   margin-top: -5px; margin-left: 0px; border-bottom:none;
}
.unit.skin_42:before { color:#4d2a1c; }
.unit.skin_42.dark:before { color:#f9ecd1; }
.path.skin_42.drawed { background:#4d2a1c; }
.path.skin_42.turned_12{border-top:30px solid transparent;border-left:30px solid #381c13;background:transparent; width:0px; height:0px;}
.path.skin_42.turned_14{border-bottom:30px solid transparent;border-left:30px solid #381c13;background:transparent; width:0px; height:0px;}
.path.skin_42.turned_21{border-left:30px solid transparent;border-top:30px solid #381c13;background:transparent; width:0px; height:0px;}
.path.skin_42.turned_23{border-right:30px solid transparent;border-top:30px solid #381c13;background:transparent; width:0px; height:0px;}
.path.skin_42.turned_32{border-top:30px solid transparent;border-right:30px solid #381c13;background:transparent; width:0px; height:0px;}
.path.skin_42.turned_34{border-bottom:30px solid transparent;border-right:30px solid #381c13;background:transparent; width:0px; height:0px;}
.path.skin_42.turned_41{border-left:30px solid transparent;border-bottom:30px solid #381c13;background:transparent; width:0px; height:0px;}
.path.skin_42.turned_43{border-right:30px solid transparent;border-bottom:30px solid #381c13;background:transparent; width:0px; height:0px;}
#playground .skin_42.owned { background:url('/newpaperio/images/chessPattern_30.png') left top repeat; border-bottom:4px solid #381c13; }
.score.skin_42 { background:#4d2a1c; border-bottom:6px solid #381c13; color:#f9ecd1}

.unit.skin_43 { box-shadow: none;
  background:url('/newpaperio/images/grogo30.png');
  height: 30px;
  width: 30px;   margin-top: 0px; margin-left: 0px; border-bottom:6px solid #1b284c;
}
.unit.skin_43:before { color:#1b284c; }
.unit.skin_43.dark:before { color:#8ab56f; }
.path.skin_43.drawed { background:#3a487a; }
.path.skin_43.turned_12{border-top:30px solid transparent;border-left:30px solid #28365b;background:transparent; width:0px; height:0px;}
.path.skin_43.turned_14{border-bottom:30px solid transparent;border-left:30px solid #28365b;background:transparent; width:0px; height:0px;}
.path.skin_43.turned_21{border-left:30px solid transparent;border-top:30px solid #28365b;background:transparent; width:0px; height:0px;}
.path.skin_43.turned_23{border-right:30px solid transparent;border-top:30px solid #28365b;background:transparent; width:0px; height:0px;}
.path.skin_43.turned_32{border-top:30px solid transparent;border-right:30px solid #28365b;background:transparent; width:0px; height:0px;}
.path.skin_43.turned_34{border-bottom:30px solid transparent;border-right:30px solid #28365b;background:transparent; width:0px; height:0px;}
.path.skin_43.turned_41{border-left:30px solid transparent;border-bottom:30px solid #28365b;background:transparent; width:0px; height:0px;}
.path.skin_43.turned_43{border-right:30px solid transparent;border-bottom:30px solid #28365b;background:transparent; width:0px; height:0px;}
#playground .skin_43.owned { background:url('/newpaperio/images/yodaPattern30.png') left top repeat; border-bottom:4px solid #1b284c; }
.score.skin_43 { background:#3a487a; border-bottom:6px solid #1b284c; color:#8ab56f}

.unit.skin_44 { box-shadow: none;
  background:url('/newpaperio/images/dogeSkin30.png');
  height: 30px;
  width: 30px;   margin-top: 0px; margin-left: 0px;
  border-bottom:6px solid #8c7e40;
}
.unit.skin_44:before { color:#ff8a8a; }
.unit.skin_44.dark:before { color:#ff8a8a; }
.path.skin_44.drawed { background:#e8d78b; }
.path.skin_44.turned_12{border-top:30px solid transparent;border-left:30px solid #c0a942;background:transparent; width:0px; height:0px;}
.path.skin_44.turned_14{border-bottom:30px solid transparent;border-left:30px solid #c0a942;background:transparent; width:0px; height:0px;}
.path.skin_44.turned_21{border-left:30px solid transparent;border-top:30px solid #c0a942;background:transparent; width:0px; height:0px;}
.path.skin_44.turned_23{border-right:30px solid transparent;border-top:30px solid #c0a942;background:transparent; width:0px; height:0px;}
.path.skin_44.turned_32{border-top:30px solid transparent;border-right:30px solid #c0a942;background:transparent; width:0px; height:0px;}
.path.skin_44.turned_34{border-bottom:30px solid transparent;border-right:30px solid #c0a942;background:transparent; width:0px; height:0px;}
.path.skin_44.turned_41{border-left:30px solid transparent;border-bottom:30px solid #c0a942;background:transparent; width:0px; height:0px;}
.path.skin_44.turned_43{border-right:30px solid transparent;border-bottom:30px solid #c0a942;background:transparent; width:0px; height:0px;}
#playground .skin_44.owned { background:url('/newpaperio/images/patternDoge30.png') left top repeat; border-bottom:4px solid #8c7e40; }
.score.skin_44 { background:#e8d78b; border-bottom:6px solid #8c7e40; color:#ff8a8a}


.unit.skin_45 { box-shadow: none;
  background:url('/newpaperio/images/moneyHeistSkin30.png');
  height: 30px;
  width: 30px;   margin-top: 0px; margin-left: 0px;
  border-bottom:6px solid #0b0000;
}
.unit.skin_45:before { color:#bb8000; }
.unit.skin_45.dark:before { color:#bb8000; }
.path.skin_45.drawed { background:#2b0000; }
.path.skin_45.turned_12{border-top:30px solid transparent;border-left:30px solid #200000;background:transparent; width:0px; height:0px;}
.path.skin_45.turned_14{border-bottom:30px solid transparent;border-left:30px solid #200000;background:transparent; width:0px; height:0px;}
.path.skin_45.turned_21{border-left:30px solid transparent;border-top:30px solid #200000;background:transparent; width:0px; height:0px;}
.path.skin_45.turned_23{border-right:30px solid transparent;border-top:30px solid #200000;background:transparent; width:0px; height:0px;}
.path.skin_45.turned_32{border-top:30px solid transparent;border-right:30px solid #200000;background:transparent; width:0px; height:0px;}
.path.skin_45.turned_34{border-bottom:30px solid transparent;border-right:30px solid #200000;background:transparent; width:0px; height:0px;}
.path.skin_45.turned_41{border-left:30px solid transparent;border-bottom:30px solid #200000;background:transparent; width:0px; height:0px;}
.path.skin_45.turned_43{border-right:30px solid transparent;border-bottom:30px solid #200000;background:transparent; width:0px; height:0px;}
#playground .skin_45.owned { background:url('/newpaperio/images/patternMoneyHeist30.png') left top repeat; border-bottom:4px solid #0b0000; }
.score.skin_45 { background:#2b0000; border-bottom:6px solid #0b0000; color:#bb8000}


.unit.skin_46 { box-shadow: none;
  background:url('/newpaperio/images/venom30.png');
  height: 30px;
  width: 30px;   margin-top: 0px; margin-left: 0px;
  border-bottom:6px solid #12003d;
}
.unit.skin_46:before { color:#ddcfff; }
.unit.skin_46.dark:before { color:#ddcfff; }
.path.skin_46.drawed { background:#30008e; }
.path.skin_46.turned_12{border-top:30px solid transparent;border-left:30px solid #180051;background:transparent; width:0px; height:0px;}
.path.skin_46.turned_14{border-bottom:30px solid transparent;border-left:30px solid #180051;background:transparent; width:0px; height:0px;}
.path.skin_46.turned_21{border-left:30px solid transparent;border-top:30px solid #180051;background:transparent; width:0px; height:0px;}
.path.skin_46.turned_23{border-right:30px solid transparent;border-top:30px solid #180051;background:transparent; width:0px; height:0px;}
.path.skin_46.turned_32{border-top:30px solid transparent;border-right:30px solid #180051;background:transparent; width:0px; height:0px;}
.path.skin_46.turned_34{border-bottom:30px solid transparent;border-right:30px solid #180051;background:transparent; width:0px; height:0px;}
.path.skin_46.turned_41{border-left:30px solid transparent;border-bottom:30px solid #180051;background:transparent; width:0px; height:0px;}
.path.skin_46.turned_43{border-right:30px solid transparent;border-bottom:30px solid #180051;background:transparent; width:0px; height:0px;}
#playground .skin_46.owned { background:url('/newpaperio/images/patternVenom30.png') left top repeat; border-bottom:4px solid #12003d; }
.score.skin_46 { background:#30008e; border-bottom:6px solid #12003d; color:#ddcfff}

.unit.skin_47 { box-shadow: none;
  background:url('/newpaperio/images/squid38.png');
  height: 38px;
  width: 32px;   margin-top: 0px; margin-left: 1px;
  border-bottom: none;
}
.unit.skin_47:before { color:#f09ebd; }
.unit.skin_47.dark:before { color:#f09ebd; }
.path.skin_47.drawed { background:#d65185; }
.path.skin_47.turned_12{border-top:30px solid transparent;border-left:30px solid #91234e;background:transparent; width:0px; height:0px;}
.path.skin_47.turned_14{border-bottom:30px solid transparent;border-left:30px solid #91234e;background:transparent; width:0px; height:0px;}
.path.skin_47.turned_21{border-left:30px solid transparent;border-top:30px solid #91234e;background:transparent; width:0px; height:0px;}
.path.skin_47.turned_23{border-right:30px solid transparent;border-top:30px solid #91234e;background:transparent; width:0px; height:0px;}
.path.skin_47.turned_32{border-top:30px solid transparent;border-right:30px solid #91234e;background:transparent; width:0px; height:0px;}
.path.skin_47.turned_34{border-bottom:30px solid transparent;border-right:30px solid #91234e;background:transparent; width:0px; height:0px;}
.path.skin_47.turned_41{border-left:30px solid transparent;border-bottom:30px solid #91234e;background:transparent; width:0px; height:0px;}
.path.skin_47.turned_43{border-right:30px solid transparent;border-bottom:30px solid #91234e;background:transparent; width:0px; height:0px;}
#playground .skin_47.owned { background:url('/newpaperio/images/squidPattern30.png') left top repeat; border-bottom:4px solid #91234e; }
.score.skin_47 { background:#d65185; border-bottom:6px solid #641131; color:#f09ebd}

.unit.skin_48 { box-shadow: none;
  background:url('/newpaperio/images/greenGoblin38.png');
  height: 38px;
  width: 30px;   margin-top: 4px; margin-left: 0px;
  border-bottom: none;
}
.unit.skin_48:before { color:#64d03a; }
.unit.skin_48.dark:before { color:#64d03a; }
.path.skin_48.drawed { background:#264a2c; }
.path.skin_48.turned_12{border-top:30px solid transparent;border-left:30px solid #25522c;background:transparent; width:0px; height:0px;}
.path.skin_48.turned_14{border-bottom:30px solid transparent;border-left:30px solid #25522c;background:transparent; width:0px; height:0px;}
.path.skin_48.turned_21{border-left:30px solid transparent;border-top:30px solid #25522c;background:transparent; width:0px; height:0px;}
.path.skin_48.turned_23{border-right:30px solid transparent;border-top:30px solid #25522c;background:transparent; width:0px; height:0px;}
.path.skin_48.turned_32{border-top:30px solid transparent;border-right:30px solid #25522c;background:transparent; width:0px; height:0px;}
.path.skin_48.turned_34{border-bottom:30px solid transparent;border-right:30px solid #25522c;background:transparent; width:0px; height:0px;}
.path.skin_48.turned_41{border-left:30px solid transparent;border-bottom:30px solid #25522c;background:transparent; width:0px; height:0px;}
.path.skin_48.turned_43{border-right:30px solid transparent;border-bottom:30px solid #25522c;background:transparent; width:0px; height:0px;}
#playground .skin_48.owned { background:url('/newpaperio/images/goblinPattern.png') left top repeat; border-bottom:4px solid #0a220e; }
.score.skin_48 { background:#264a2c; border-bottom:6px solid #143419; color:#64d03a}

.unit.skin_49 { box-shadow: none;
  background:url('/newpaperio/images/matrixHead30.png');
  height: 30px;
  width: 30px;   margin-top: 0px; margin-left: 0px;
  border-bottom: none;
}
.unit.skin_49:before { color:#00af41; }
.unit.skin_49.dark:before { color:#00af41; }
.path.skin_49.drawed { background:#032610; }
.path.skin_49.turned_12{border-top:30px solid transparent;border-left:30px solid #033716;background:transparent; width:0px; height:0px;}
.path.skin_49.turned_14{border-bottom:30px solid transparent;border-left:30px solid #033716;background:transparent; width:0px; height:0px;}
.path.skin_49.turned_21{border-left:30px solid transparent;border-top:30px solid #033716;background:transparent; width:0px; height:0px;}
.path.skin_49.turned_23{border-right:30px solid transparent;border-top:30px solid #033716;background:transparent; width:0px; height:0px;}
.path.skin_49.turned_32{border-top:30px solid transparent;border-right:30px solid #033716;background:transparent; width:0px; height:0px;}
.path.skin_49.turned_34{border-bottom:30px solid transparent;border-right:30px solid #033716;background:transparent; width:0px; height:0px;}
.path.skin_49.turned_41{border-left:30px solid transparent;border-bottom:30px solid #033716;background:transparent; width:0px; height:0px;}
.path.skin_49.turned_43{border-right:30px solid transparent;border-bottom:30px solid #033716;background:transparent; width:0px; height:0px;}
#playground .skin_49.owned { background:url('/newpaperio/images/matrixPattern30.png') left top repeat; border-bottom:4px solid #001809; }
.score.skin_49 { background:#032610; border-bottom:6px solid #001809; color:#00af41}


.unit.blocksGame:before{visibility: hidden;}

.xmas.trees {color:#005330; background: url(/newpaperio/images/paperXmasObstacle3Trees.png) left top repeat;}
.xmas.tree {color:#005330; background: url(/newpaperio/images/paperXmasObstacle1.png) left top repeat;}
.xmas.snowman {color:#005330; background: url(/newpaperio/images/paperXmasObstacleSnowman.png) left top repeat;}
.xmas.present {color:#005330; background: url(/newpaperio/images/paperXmasObstaclePresent.png) left top repeat;}

.tileObstacle { background-color:#62E891; border-radius: 5px; text-align: center;}
#fieldBack {background-color:#363636;}
#fieldBackUnder {background-color:#ECE15E;}
.tileBtw { background-color:#FFFFFF;  text-align: center;}
.tileCollect{    background-color:#ECE15E; border-radius: 15px; text-align: center; transform: scale(0.75);}

.underFieldScroll {
  overflow: hidden;
}

.sliding-background {
  background: url("/newpaperio/modes/blocksSnake/assets/scrollBack.png") repeat;
  height: 2883px;
  width: 2487px;
  animation: slide 10s linear infinite;
  -webkit-animation: slide 10s linear infinite;
  -moz-animation: slide 10s linear infinite;
  -o-animation: slide 10s linear infinite;
}

@keyframes slide{
  0%{
    transform: translate3d(0, -728px, 0);
  }
  100%{
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes keyframes {
	 0%{
    transform: translate3d(0, -728px, 0);
  }
  100%{
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes keyframes {
	 0%{
    transform: translate3d(0, -728px, 0);
  }
  100%{
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes keyframes {
	 0%{
    transform: translate3d(0, -728px, 0);
  }
  100%{
    transform: translate3d(0, 0, 0);
  }
}

.tileLab {color:#2C382D; background: url(/newpaperio/images/lab1.png) left top repeat;}
.tileLab.finish {color:#2C382D; background: url(/newpaperio/images/finish.png) left top repeat;}

#skins { padding-top: 58px; }
#skins .arrow_left { width: 24px; height: 68px; background:url('/newpaperio/images/arrowskin.png') center center no-repeat; display: inline-block; cursor: pointer; }
#skins .skins_center { width: 296px; height: 68px; display: inline-block; overflow: hidden; position: relative; }
#skins .skins_scroller { width: 2000px; height: 32px; text-align: left; position: absolute; }
#skins .arrow_right { width: 24px; height: 68px; background:url('/newpaperio/images/arrowskin.png') center center no-repeat; transform: scaleX(-1); -webkit-transform: scaleX(-1); display: inline-block; cursor: pointer; }
#skins .arrow_off { opacity: .2; cursor: default; }
#skins .skin { margin: 2px; cursor: pointer; margin-right: 6px; box-shadow: 0px 0px 6px #2c3030, 0px 0px 8px #2c3030, 0px 0px 10px #2c3030; border: 2px solid #333; }
/* #skins .skin:nth-child(1) { margin-right: 15px; } */
#skins .skin_noshare { }
#skins .selected { box-shadow: 0px 0px 6px #fff, 0px 0px 8px #fff, 0px 0px 10px #fff; border: 2px solid #333; }
#skins .locked { position: absolute; text-align: center; top: 248px; left: 50%; margin-left: -185px; width: 370px; padding: 16px 0 4px 0; background: rgba(43,47,48,.5);  }
#skins .locked img { cursor: pointer; }
#skins .locked img:hover { -webkit-filter: contrast(133%); filter: contrast(133%); }

#partymode { display: block; position: absolute; top: 8px; right: 10px; width: 250px; height: 115px; text-align: right; z-index: 100;}
#partymode h3 { color: #00d095; font-size: 18px; line-height: 22px; text-align: right; margin: 0; padding: 0; }
#partymode p { color: #dadada; font-size: 13px; line-height: 13px; text-align: right; margin: 0; padding: 0; }
#partymode input[type=text] { margin: 10px 0 0 0; display: inline-block; text-align: center; font-size: 15px; height: 30px; line-height: 29px; border: 0; border-bottom: 4px solid #a1a18d; background: #ededd1; }
#partymode input[type=button] { margin: 6px 0 0 0; display: inline-block; width: 200px; height: 38px; line-height: 22px; padding: 0px; cursor: pointer; font-size: 18px!important; background: #7fed4c; border: none; border-bottom: 6px solid #56a130; outline: none; font-weight: bold; text-transform: uppercase; color: #4f8a34; }
#partymode input[type=button]:hover { background: #8efc5b; }
#partymode input[type=button]:active { border: none; border-bottom:2px solid #56a130; border-top: 4px solid #2d3131; }

#chall { display: block; position: absolute; top: 88px; right: 10px; width: 250px; height: 50px; text-align: right; z-index: 100;}
#chall input[type=button] { margin: 10px 0 0 0; display: inline-block; width: 200px; height: 38px; line-height: 22px; padding: 0px; cursor: pointer; font-size: 18px!important; background: #eaec4b; border: none; border-bottom: 6px solid #a1a130; outline: none; font-weight: bold; text-transform: uppercase; color: #888a34; }
#chall input[type=button]:hover { background: #fafc5b; }
#chall input[type=button]:active { border: none; border-bottom:2px solid #a1a130; border-top: 4px solid #2d3131; }

#rightbanner { display: block; position: absolute; top: 152px; right: 10px; text-align: right; }
.helpinfo {
    position: absolute;
	width: 250px;
    padding-top: 12px; padding-bottom: 12px;
}
.helpinfo a {
    color: yellow;
}
.helpinfo a:hover {
    color: #FFE478;
}
.count-newskins {
	color: #ffffff;
	position: fixed;
	margin-left: 110px;
    margin-top: -47px;
	font-size: 17px;
	line-height: 18px;
	background-color: #ff5d5d;
	width: 18px;
	display: block;
}
#outstreamContainer {
	width: 100%!important;
	height: 100%!important;
}
#aipstreamContainer {
	width: 100%!important;
	height: 100%!important;
}

#aipPrerollContainer {
	width: 100%!important;
	height: 100%!important;
}

.mode {
    position: absolute;
    top: 285px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    color: #fff;
}
.mode .dropdown_label {
    text-align: center;
}
.mode .dropdown {
    position: relative;
    line-height: 30px;
    cursor: pointer;
}
.mode .dropdown .selected {
    border-bottom: 4px solid #a1a18d;
    background: #dedec3;
    padding: 0 10px;
}
.mode .dropdown .selected span.down {
    position: absolute;
    right: 10px;
    top: 0;
    display: none;
}
.mode .dropdown .selected span.up {
    position: absolute;
    right: 10px;
    top: 0;
    display: none;
}
.mode .dropdown.close .selected span.down {
    display: inline-block;
}
.mode .dropdown.open .selected span.up {
    display: inline-block;
}
.mode .dropdown .options {
    background: transparent;
    color: #333;
    display: none;
}
.mode .dropdown .options .options_wrap {
    width: 100%;
    height: auto;
}
@media all and (min-height: 628px){
    .mode .dropdown .options .options_wrap {
        max-height: 400px;
    }
}
@media all and (max-height: 627px){
    .mode .dropdown .options .options_wrap {
        max-height: 230px;
    }
}
@media all and (max-height: 610px){
    .mode .dropdown .options .options_wrap {
        max-height: 205px;
    }
}@media all and (max-height: 550px){
    .mode .dropdown .options .options_wrap {
        max-height: 145px;
    }
}@media all and (max-height: 520px){
    .mode .dropdown .options .options_wrap {
        max-height: 125px;
    }
}@media all and (max-height: 470px){
    .mode .dropdown .options .options_wrap {
        max-height: 105px;
    }
}@media all and (max-height: 435px){
    .mode .dropdown .options .options_wrap {
        max-height: 75px;
    }
}
.mode .dropdown.close .selected {
    color: #333;
}
.mode .dropdown.open .selected {
    color: #a1a18d;
}
.mode .dropdown .options .option {
    padding: 0 10px;
    width: 100%;
}
.mode .dropdown .options ul,
.mode .dropdown .options ul > li {
    list-style: none;
}
.mode .dropdown .options .sections {
    display: inline-block;
    float: left;
    width: 112px;
    height: 100%;
    min-height: 187px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mode .dropdown .options .sections li {
    width: 100%;
    height: 45px;
    line-height: 43px;
    position: relative;
    border-bottom: solid 2px #2d3131;
    border-right: solid 2px #2d3131;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mode .dropdown .options .sections li:hover {
    opacity: 1;
    -moz-opacity: 1;
}
.mode .dropdown .options .sections li:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #a1a08f;
}
.mode .dropdown .options .sections li:last-child {
    border-bottom: none;
    height: 47px;
}
.mode .dropdown .options .sections li.current {
    border-right: none;
}
.mode .dropdown .options .sections li .mode-items,
.mode .dropdown .options .sections li .desc {
    display: none;
}
.mode .dropdown .options .sections li .count-new {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    font-size: 8px;
    line-height: 10px;
    color: #ffffff;
    background-color: #ff5d5d;
    text-align: center;
    display: block;
}
.mode .dropdown .options .sections li.current .count-new {
    display: none;
}
.items_area {
    display: inline-block;
    float: left;
    width: 208px;
    height: 100%;
    min-height: 224px;
	max-height: 224px;
    border-bottom: solid 3px #a1a08f;
}
.items_area ul.mode-items {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 10px 0 30px 0;
    display: block;
    float: left;
}
.items_area ul.mode-items > li {
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 8px;
    font-size: 14px;
}
.items_area ul.mode-items > li:last-child {
    margin-bottom: 0;
}
.items_area ul.mode-items > li label,
.items_area ul.mode-items > li span {
    display:  inline-block;
    float: left;
}
.items_area ul.mode-items > li span {
    margin-left: 4px;
    line-height: 1.3;
    max-width: 150px;
}
.items_area ul.mode-items > li span.marker {
    color: #ff0000;
    margin-left: 8px;
    text-transform: uppercase;
}

.items_area ul.mode-items > li label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    left: 12px;
    bottom: -2px;
    padding-left: 0;
    margin-right: 15px;
    font-size: 13px;
    width: 14px;
    height: 14px;
    border: solid 1px #2b2d2c;
    border-radius: 0;
}
.items_area ul.mode-items > li label:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: transparent;
}
.items_area ul.mode-items > li.check label:before {
    background-color: #2b2d2c;
}
.items_area p.desc {
    max-width: 100%;
    text-align: center;
    line-height: 1.4;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    float: left;
    margin-top: -16px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.SkinUnlockedText {
    padding-left: 16px;
    padding-top: 20px;
    color: #fff;
    font-weight: bold;
    float: right;
}

.item_stat {
margin-top: -10px;
position:absolute;
color: #fbfbff;
vertical-align:middle;
font-weight:bold;
background-color: #084628;
border-radius: 10px;
width: 133px;
}

.item_stat div
{
display: inline-block;
}

.item_stat img {
width: 30px;
height: 33px;
padding-right: 0px;
vertical-align:middle;
padding-bottom: 5px;
padding-top: 2px;
}

.item_stat span {
padding-right: 0px;
}

#vi_slider_frame {
	bottom: 0px!important;
}

#shopLabel {
    margin: 0 0 10px 0;
    font-size: 34px;
    line-height: 28px;
    text-align: center;
}

#wc {
	height: 30px;
	line-height: 26px;
	padding-top: 12px;
}

#wc a {
	color: white;
	font-weight: bold;
	cursor: hand;
}

#wc a:visited {
	color: white;
	font-weight: bold;
	cursor: hand;
}

#wc img {
   margin: auto;
   vertical-align: middle;
   display: inline-block;
   padding-right: 6px;
}

#aip_gdpr {
	pointer-events: all!important;
}

.cmp-persistent-link {
	left: 160px!important;
}

@media (max-width: 900px) {
    #share, #chall, #partymode {
        /*position: relative;*/
    }

    #share {
        display: flex;
        flex-direction: column;
        top: unset;
        bottom: 73px;
        right: unset;
    }
    #rightbanner {
        display: none;
    }
    #skins {
        padding-top: 0;
    }
    .helpinfo {
        width: 100%;
    }
    #pre_game .logo {
        width: 75%;
        height: 75px;
        margin-left: 0;
        transform: translateX(-50%);
    }
    div#message {
        top: 45px;
    }
    #message p {
        max-width: 100%;
        margin: 0;
        transform: translateX(-50%);
    }
    div#pre_game .grow {
        top: 132px;
        animation: leaves-mobile 2s ease-in-out infinite alternate;
    }
    .mode {
        top: 207px;
    }
    #right {
        top: unset;
        bottom: 172px;
        z-index: 2;
    }
    #chall {
        display: none;
    }
    .helpinfo {
        left: 0;
        right: 0;
    }

    .mode .dropdown_label, #wc, .helpinfo {
        display: none;
    }

    #partymode {
        display: none;
    }

    .button.shop {
        display: none;
    }

    #links a {
        font-size: 11px;
    }

    #bottom {
        top: 280px;
    }


    #bottom center > div {
        transform: scale(0.75);
        transform-origin: top;
    }

    #share > div {
        display: none;
    }

    #share > .skinshere {
        display: block;
    }

    #darktheme {
        bottom: 45px;
    }

}

@keyframes leaves-mobile {
    0% { transform: scale(0.9);}
    100% { transform: scale(0.8);}
}
/*#bottom center > * {
    width: 336px;
    height: 280px;
    background: black;
}*/
