@import url("//fonts.googleapis.com/css?family=McLaren&subset=latin,latin-ext");
@import url("//fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,latin-ext");

#dLieldienasHomeWrap {
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 705px;
}
.dLieldienasShareBtn {
	background: url("img/btn_share.png") no-repeat;
	width: 191px;
	height: 38px;
	overflow: hidden;
	text-indent: -500px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}
.dLieldienasShareBtn:hover {
	background-position: 0 -38px;
}
.dLieldienasShareBtn:active {
	background-position: 0 -76px;
}
#dLieldienasShare {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 15px;
	background: url("img/share_bg.png") no-repeat;
	width: 107px;
	height: 48px;
	line-height: 48px;
}
#dLieldienasShare .recommend {
	vertical-align: middle;
	padding-left: 10px;
}
#dLieldienasCreator {
	position: absolute;
	font-family: 'Arimo', sans-serif;
	color: #afc16e;
	font-size: 11px;
	bottom: 20px;
	right: 20px;
}
#dLieldienasScene {
	background: url("img/background.jpg") no-repeat center center transparent;
	background-clip: content-box;
	background-size: cover;
	position: relative;
	width: 980px;
	height: 705px;
	overflow: hidden;
}
#dLieldienasScene .layer {
	position: absolute;
}
#dLieldienasScene .leaves,
#dLieldienasScene .grass {
	position: absolute;
}
#dLieldienasScene .leaves.leaves1 {
	background: url("img/leaves_1.png") no-repeat;
	width: 981px;
	height: 273px;
	top: -95px;
	left: -75px;
}
#dLieldienasScene .leaves.leaves2 {
	background: url("img/leaves_2.png") no-repeat;
	width: 1139px;
	height: 379px;
	top: -135px;
	left: -110px;
}
#dLieldienasScene .grass.grass1 {
	background: url("img/grass_1.png") no-repeat;
	width: 1505px;
	height: 612px;
	bottom: -292px;
	left: -260px;
}
#dLieldienasScene .grass.grass2 {
	background: url("img/grass_2.png") no-repeat;
	width: 1482px;
	height: 242px;
	bottom: 35px;
	left: -250px;
}
#dLieldienasScene .grass.grass3 {
	background: url("img/grass_3.png") no-repeat;
	width: 1234px;
	height: 143px;
	bottom: 68px;
	left: -130px;
}
#dLieldienasScene .grass.grass4 {
	background: url("img/grass_4.png") no-repeat;
	width: 1366px;
	height: 368px;
	bottom: 101px;
	left: -195px;
}

#dLieldienasHomeLeft,
#dLieldienasHomeRight {
	position: absolute;
	top: 0;
	width: 400px;
	height: 100%;

	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

#dLieldienasHomeLeft {
	left: 0;
}
#dLieldienasHomeRight {
	right: 0;
}

#dLieldienasHomeLeft .tornBtn,
#dLieldienasHomeRight .tornBtn {
	position: relative;
	display: block;
	margin-top: 225px;
	width: 462px;
	height: 97px;
	line-height: 97px;
	cursor: pointer;

	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-webkit-touch-callout: text;
	-webkit-user-select: text;
}

#dLieldienasHomeLeft .tornBtn span,
#dLieldienasHomeRight .tornBtn span {
	font-family: 'McLaren', cursive;
	font-size: 27px;
	line-height: 35px;
	color: #fff;
	width: 290px;
	display: inline-block;
	vertical-align: middle;
}
#dLieldienasHomeLeft .tornBtn span {
	margin-right: 25px;
}
#dLieldienasHomeRight .tornBtn span {
	margin-left: 25px;
}

#dLieldienasHomeLeft .tornBtn {
	background: url("img/btn_left_right.png") right 0 no-repeat;
	left: -96px;
	text-align: right;

	-webkit-transition: left 150ms ease-out;
	-moz-transition: left 150ms ease-out;
	-ms-transition: left 150ms ease-out;
	-o-transition: left 150ms ease-out;
	transition: left 150ms ease-out;
}
#dLieldienasHomeLeft:hover .tornBtn {
	left: -76px;
}
#dLieldienasHomeRight .tornBtn {
	background: url("img/btn_left_right.png") left -97px no-repeat;
	right: -35px;
	text-align: left;

	-webkit-transition: right 150ms ease-out;
	-moz-transition: right 150ms ease-out;
	-ms-transition: right 150ms ease-out;
	-o-transition: right 150ms ease-out;
	transition: right 150ms ease-out;
}
#dLieldienasHomeRight:hover .tornBtn {
	right: -15px;
}

#dLieldienasHomeLeft .description,
#dLieldienasHomeRight .description {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	color: #ffffee;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
	line-height: 20px;
	width: 290px;
	margin-top: 15px;

	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-webkit-touch-callout: text;
	-webkit-user-select: text;
}

#dLieldienasHomeLeft .description {
	text-align: right;
	float: right;
	margin-right: 70px;
}
#dLieldienasHomeRight .description {
	text-align: left;
	float: left;
	margin-left: 70px;
}

#dLieldienasReturnHome {
	background: url("img/btn_return.png") no-repeat right center;
	width: 160px;
	height: 43px;
	text-indent: -800px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 15;

	-webkit-transition: width 100ms ease-out;
	-moz-transition: width 100ms ease-out;
	-ms-transition: width 100ms ease-out;
	-o-transition: width 100ms ease-out;
	transition: width 100ms ease-out;
}
#dLieldienasReturnHome:hover {
	width: 170px;
}

#dLieldienasZakiWrap {
	position: relative;
	background: url("img/bg_zaki.jpg") no-repeat top center #5c8025;
	overflow: hidden;
	width: 980px;
	min-height: 705px;
}
#dLieldienasZakiWrap .headerLeaves {
	position: absolute;
	top: -95px;
	left: -95px;
	background: url("img/bg_zaki_leaves.png") no-repeat;
	width: 370px;
	height: 341px;
	z-index: 0;

	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
#dLieldienasZakiWrap .footerGrass {
	position: absolute;
	bottom: 0;
	background: url("img/bg_zaki_grass.png") no-repeat center center;
	background-clip: content-box;
	background-size: cover;
	width: 980px;
	height: 109px;
	z-index: 0;

	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
#dLieldienasZakiTabs {
	width: 565px;
	height: 60px;
	margin: 40px auto 0;
	position: relative;
	z-index: 10;
}
#dLieldienasZakiTabs .tabSeperator {
	display: inline-block;
	overflow: hidden;
	background: url("img/bg_zaki_tabs.png") no-repeat -282px 0;
	width: 1px;
	height: 60px;
}
#dLieldienasZakiTabs .tabItem {
	display: inline-block;
	vertical-align: top;
}
#dLieldienasZakiTabs .tabItem .tabBtn {
	display: block;
	height: 60px;
	cursor: pointer;
	background: url("img/bg_zaki_tabs.png") no-repeat;
	text-indent: -800px;
	overflow: hidden;
}
#dLieldienasZakiTabs .tabItem .tabBtn.tabFriends {
	background-position: 0 0;
	width: 282px;
}
#dLieldienasZakiTabs .tabItem .tabBtn.tabFriends:hover,
#dLieldienasZakiTabs .tabItem .tabBtn.tabFriends.tabActive {
	background-position: 0 -60px;
}
#dLieldienasZakiTabs .tabItem .tabBtn.tabYou {
	background-position: -283px 0;
	width: 282px;
}
#dLieldienasZakiTabs .tabItem .tabBtn.tabYou:hover,
#dLieldienasZakiTabs .tabItem .tabBtn.tabYou.tabActive {
	background-position: -283px -60px;
}

#dLieldienasZakiContent {
	width: 900px;
	margin: 28px auto 100px;
	overflow: hidden;
}

#dLieldienasZakiContent .friendType,
#dLieldienasZakiContent .friendName {
	font-family: 'Arimo', sans-serif;
	color: #f5fac1;
	text-align: center;
	position: relative;
	z-index: 10;
}
#dLieldienasZakiContent .friendType {
	font-size: 24px;
	line-height: 28px;
	border: 0 none;
	margin: 0;
	padding: 0;
}
#dLieldienasZakiContent .friendName {
	font-size: 40px;
	line-height: 42px;
}
#dLieldienasZakiContent .friendName a {
	color: #f5fac1;
}

#dLieldienasZakiGameHolder {
	background: url("img/bg_pic_glow.png") no-repeat center center;
	width: 980px;
	height: 651px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 60px;
	z-index: 5;

	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
#dLieldienasZakiGameHolder .shuffleBtn {
	background: url("img/btn_next.png") no-repeat;
	width: 180px;
	height: 37px;
	display: block;
	overflow: hidden;
	text-indent: -800px;
	cursor: pointer;
	position: absolute;
	top: 480px;
	right: 85px;
	margin: 0 auto;
}
#dLieldienasZakiGameHolder .shuffleBtn:hover {
	background-position: 0 -37px;
}
#dLieldienasZakiGameHolder .shuffleBtn:active {
	background-position: 0 -74px;
}

#dLieldienasZakiGameHolder .customBunnyBtn {
	background: url("img/btn_bunny_custom.png") no-repeat;
	width: 244px;
	height: 94px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	text-indent: -800px;
	bottom: 90px;
	left: 0;
	right: 0;
	margin: 0 auto;

	-webkit-transition: bottom 100ms ease-out;
	-moz-transition: bottom 100ms ease-out;
	-ms-transition: bottom 100ms ease-out;
	-o-transition: bottom 100ms ease-out;
	transition: bottom 100ms ease-out;
}
#dLieldienasZakiGameHolder .customBunnyBtn:hover {
	bottom: 95px;
}

#dLieldienasZakiGameHolder .bunnyVoteBtn {
	background: url("img/btn_bunny_types.png") no-repeat;
	width: 245px;
	height: 100px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	text-indent: -800px;
}
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnPretty,
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnStylish {
	left: 80px;

	-webkit-transition: left 100ms ease-out;
	-moz-transition: left 100ms ease-out;
	-ms-transition: left 100ms ease-out;
	-o-transition: left 100ms ease-out;
	transition: left 100ms ease-out;
}
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnPretty:hover,
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnStylish:hover {
	left: 90px;
}
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnPretty {
	background-position: 0 0;
	top: 210px;
}
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnStylish {
	background-position: 0 -100px;
	top: 310px;
}

#dLieldienasZakiGameHolder .bunnyVoteBtn.btnSmart,
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnStrong {
	right: 80px;

	-webkit-transition: right 100ms ease-out;
	-moz-transition: right 100ms ease-out;
	-ms-transition: right 100ms ease-out;
	-o-transition: right 100ms ease-out;
	transition: right 100ms ease-out;
}
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnSmart:hover,
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnStrong:hover {
	right: 90px;
}
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnSmart {
	background-position: -245px 0;
	top: 210px;
}
#dLieldienasZakiGameHolder .bunnyVoteBtn.btnStrong {
	background-position: -245px -100px;
	top: 310px;
}

#dLieldienasProfileImgHolder {
	background: url("img/bg_pic_holder.png") no-repeat;
	width: 315px;
	height: 323px;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
#dLieldienasPicWrapper {
	position: absolute;
	overflow: hidden;
	background-color: transparent;
	top: 25px;
	left: 38px;
	width: 240px;
	height: 240px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#dLieldienasPicWrapper img {

}
#dLieldienasSuccessSet {
	background: url("img/sprite_type_set.png") no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;

	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
#dLieldienasSuccessSet.fadeOut {
	opacity: 1;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);

	-webkit-animation: spriteFadeOut 200ms linear alternate forwards;
	-moz-animation: spriteFadeOut 200ms linear alternate forwards;
	-ms-animation: spriteFadeOut 200ms linear alternate forwards;
	animation: spriteFadeOut 200ms linear alternate forwards;
}
@-webkit-keyframes spriteFadeOut {
	from {
		opacity: 1;
		-webkit-transform: scale(0.5);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1.0);
	}
}
@-moz-keyframes spriteFadeOut {
	from {
		opacity: 1;
		-moz-transform: scale(0.5);
	}
	to {
		opacity: 0;
		-moz-transform: scale(1.0);
	}
}
@-ms-keyframes spriteFadeOut {
	from {
		opacity: 1;
		-ms-transform: scale(0.5);
	}
	to {
		opacity: 0;
		-ms-transform: scale(1.0);
	}
}
@keyframes spriteFadeOut {
	from {
		opacity: 1;
		transform: scale(0.5);
	}
	to {
		opacity: 0;
		transform: scale(1.0);
	}
}

#dLieldienasTypes,
#dLieldienasCustom {
	display: inline;
	vertical-align: top;
	margin-top: 18px;
}
#dLieldienasTypes {
	float: left;
}
#dLieldienasCustom {
	float: right;
}
.dLieldienasType {
	background-color: #52791c;
	width: 405px;
	display: inline-block;
	padding: 20px 15px 15px 20px;
	margin-bottom: 20px;
	vertical-align: top;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.dLieldienasType.box1,
.dLieldienasType.box3 {
	margin-right: 20px;
}
.dLieldienasType .typeHeading,
.popupHeading {
	font-family: 'McLaren', cursive;
	color: #f5ffd1;
	padding-left: 75px;
	background: no-repeat left center;
	margin-bottom: 22px;
}
.dLieldienasType.type1 .typeHeading,
.popupHeading.type1 {
	background-image: url("img/stats_type_1.png");
}
.dLieldienasType.type2 .typeHeading,
.popupHeading.type2 {
	background-image: url("img/stats_type_2.png");
}
.dLieldienasType.type3 .typeHeading,
.popupHeading.type3 {
	background-image: url("img/stats_type_3.png");
}
.dLieldienasType.type4 .typeHeading,
.popupHeading.type4 {
	background-image: url("img/stats_type_4.png");
}
.dLieldienasType.type5 .typeHeading,
.popupHeading.type5 {
	background-image: url("img/stats_type_5.png");
}
.typeHeading .percentTitle,
.popupHeading .percentTitle {
	font-size: 18px;
	line-height: 22px;
	border: 0 none;
	margin: 0;
	padding: 0;
}
.typeHeading .typeName,
.popupHeading .typeName {
	font-size: 24px;
	line-height: 26px;
}
.dLieldienasType .andMoreUsers {
	display: block;
	background: url("img/more_bullet.png") no-repeat left center;
	padding-left: 13px;
	color: #ffe73d;
	font-size: 16px;
	line-height: 18px;
}
.dLieldienasType .oopsMsg {
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	color: #afc16e;
}

.typeUsers .typeUser.user1,
.typeUsers .typeUser.user3,
.typeUsers .typeUser.user5 {
	margin-right: 15px;
}

.typeUsers .typeUser {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5b861f;
	width: 195px;
	position: relative;
	vertical-align: top;
}
.typeUsers .typeUser .userIcon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.typeUser .userInfo {
	position: relative;
	margin-left: 40px;
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	color: #afc16e;
	min-height: 30px;
	word-wrap: break-word;
}
.typeUser .userInfo .userName {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	color: #f5ffd1;
	word-wrap: break-word;
}
.typeUser .customText {
	margin-top: 10px;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #d9ec98;
	word-break: break-all;
}

#dLieldienasStopGame {
	font-family: 'Arimo', sans-serif;
	color: #fff;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 20;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.dLieldienasSelectPopup .InfoBoxContentWrap {
	background: url("img/select_popup_bg.png") no-repeat center center #f8f6d6;
	padding: 40px 80px;
}
.dLieldienasSelectPopup .InfoBoxContent {
	min-height: 294px;
}
.dLieldienasSelectPopup.buyEggs .InfoBoxContent {
	min-height: 0;
}
.dLieldienasSelectPopup.buyEggs .buttonBuy button {
	padding: 0 20px;
}
.dLieldienasSelectPopup .navig a:active {
	font-weight: normal;
}
.dLieldienasSelectPopup .fightSelectTitle {
	font-family: 'McLaren', cursive;
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;
	color: #393939;
	text-align: center;
	border: 0 none;
	margin-bottom: 20px;
	padding: 0;
}
.dLieldienasSelectPopup .inlineList {
	margin-right: -10px;
	width: 540px;
}

.dLieldienasFightPopup .InfoBoxContentWrap {
	background: /*url("img/fight_popup_bg.png") no-repeat center 50px*/ #f8f6d6;
	padding: 30px 40px;
}
.dLieldienasFightPopup .dLieldienasFightEggsBtn {
	display: block;
	margin: 10px auto 0;
}

.dLieldienasBonusPopup .InfoBoxContentWrap {
	background: url("img/bonus_popup_grass.png") no-repeat bottom center #f8f6d6;
	padding: 40px 40px 70px 40px;
}
.dLieldienasBonusPopup .InfoBoxContent {
	text-align: center;
}
.dLieldienasBonusPopup .bonusTitle {
	font-family: 'McLaren', cursive;
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;
	color: #393939;
	text-align: center;
	border: 0 none;
	margin-bottom: 10px;
	padding: 0;
}

.dLieldienasMorePopup .InfoBoxContentWrap {
	background-color: #52791c;
	padding: 40px;
}
.dLieldienasMorePopup .typeUsers .typeUser {
	width: 270px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.dLieldienasMorePopup .typeUsers .typeUser.user1,
.dLieldienasMorePopup .typeUsers .typeUser.user3,
.dLieldienasMorePopup .typeUsers .typeUser.user5 {
	margin-right: 20px;
}
.dLieldienasMorePopup .typeUsers .typeUser .userIcon {
	width: 50px;
	height: 50px;
}
.dLieldienasMorePopup .typeUsers .typeUser .userInfo {
	margin-left: 65px;
	height: 50px;
}

.dLieldienasMorePopup .dLieldienasMoreBtn {
	display: block;
	margin: 0 auto;
	background: url("img/btn_load_more.png") no-repeat;
	width: 180px;
	height: 37px;
	text-indent: -700px;
	overflow: hidden;
}
.dLieldienasMorePopup .dLieldienasMoreBtn:hover {
	background-position: 0 -37px;
}
.dLieldienasMorePopup .dLieldienasMoreBtn:active {
	background-position: 0 -74px;
}

.dLieldienasBtn {
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #6b3a09;
	line-height: 41px;
	height: 41px;
	background: #f5d62b;
	padding: 0 24px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	border: 0 none;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: background-color 100ms ease-out;
	-moz-transition: background-color 100ms ease-out;
	-ms-transition: background-color 100ms ease-out;
	-o-transition: background-color 100ms ease-out;
	transition: background-color 100ms ease-out;
}
.dLieldienasBtn.smallSize {
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	height: 19px;
	padding: 0 10px;
}
.dLieldienasBtn.red {
	color: #fff;
	background: #ee7c49;
}
.dLieldienasBtn:hover {
	background-color: #ffe767;
}
.dLieldienasBtn.red:hover {
	background-color: #ff9769;
}
.dLieldienasBtn:active {
	background-color: #d3b308;
}
.dLieldienasBtn.red:active {
	background-color: #c95d2c;
}

#dLieldienasCustomDesc {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 15px;
	color: #d9ec98;
	border-bottom: 1px solid #5b861f;
	margin-bottom: 15px;
}
#dLieldienasCustomLabel {
	display: block;
	color: #f5ffd1;
	font-weight: bold;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 8px;
}
#dLieldienasCustomLabel a {
	color: #f5ffd1;
}
#dLieldienasCustomTxt {
	width: 488px;
	height: 50px;
	resize: none;
	margin-bottom: 13px;
	padding: 5px;
	border: 1px solid #466c12;
}
#dLieldienasCustomItem {
	padding-left: 60px;
	position: relative;
}
#dLieldienasCustomIcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#dLieldienasBuyStats {
	background: #c1da66;
	width: 440px;
	margin: 0 auto;
	padding: 10px;
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #2d3c18;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#dLieldienasNoFriends {
	width: 510px;
	margin: 50px auto 0;
	text-align: center;
	font-family: 'Arimo', sans-serif;
}
#dLieldienasNoFriends .largeTitle {
	font-size: 40px;
	border: 0 none;
	line-height: 42px;
	font-weight: bold;
	color: #faffc6;
}
#dLieldienasNoFriends .noFriendsText {
	font-size: 16px;
	line-height: 24px;
	color: #f5fac1;
	margin-bottom: 15px;
}

#dLieldienasEggHeader {
	margin: 40px 0 15px 278px;
}

.dLieldienasFightEggsBtn {
	background: url("img/btn_fight_eggs.png") no-repeat;
	width: 308px;
	height: 79px;
	text-indent: -800px;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}
.dLieldienasFightEggsBtn:hover {
	background-position: 0 -79px;
}
.dLieldienasFightEggsBtn:active {
	background-position: 0 -158px;
}

#dLieldienasFightMyPlace {
	display: inline-block;
	margin-left: 30px;
	vertical-align: bottom;
}
#dLieldienasFightMyPlace .yourPlaceTitle {
	font-family: 'McLaren', cursive;
	font-weight: normal;
	font-size: 17px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #f8f6d6;
}
#dLieldienasFightMyPlace .pictureWithInfo {
	position: relative;
	padding-left: 60px;
	overflow: hidden;
	min-height: 50px;
}

.pictureWithInfo .userIcon {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pictureWithInfo .userName {
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #f5ffd1;
}
.pictureWithInfo .egsLeft {
	background: url("img/egg_top_icons.png") no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 18px;
	color: #d9ec98;
}
.pictureWithInfo .fightsWon {
	background: url("img/egg_top_icons.png") no-repeat 0 -16px;
	height: 16px;
	line-height: 16px;
	padding-left: 18px;
	color: #d9ec98;
}

#dLieldienasEggColumns .columnItem {
	float: left;
	vertical-align: top;
	background-color: #f8f6d6;
	margin: 0 10px;
	padding: 20px;
	overflow: hidden;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#dLieldienasEggColumns .columnItem.myEggs {
	margin-left: 0;
}
#dLieldienasEggColumns .columnItem.myFights {
	width: 258px;
}
#dLieldienasEggColumns .columnItem.topFighters {
	margin-right: 0;
	width: 260px;
}

.topFighters .navigBg {
	margin: 20px -20px 0;
}
.topFighters .navigBg .navig {
	margin: 0;
}
.topFighters .navigBg .navig td.first a {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.topFighters .navigBg .navig td.last a {
	border-right-width: 1px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.topFighters .navigBg .navig a {
	background: transparent;
	text-shadow: none;
	color: #ee7c49;
	border: 1px solid #e4d9b8;
	border-right-width: 0;
}
.topFighters .navigBg .navig a:active {
	font-weight: normal;
	text-decoration: underline;
}

.topFighters .navigBg .navig a.active,
.topFighters .navigBg .navig a.active:hover {
	background: #e4d9b8;
	color: #7f7061 !important;
}
.topFighters .navigBg .navig a:hover {
	background:#fffeea;
	text-decoration: underline;
}

.columnItem .topTypeSwitch {
	border-top: 1px solid #e4d9b8;
	border-bottom: 1px solid #e4d9b8;
	margin: 0 -20px 20px;
	overflow: hidden;
	text-align: center;
}
.columnItem .topTypeSwitch .tabItem {
	float: left;
	width: 150px;
	color: #ee7c49;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	padding: 8px 0;
}
.columnItem .topTypeSwitch .tabItem:hover {
	background-color: #fffeea;
}
.columnItem .topTypeSwitch .tabItem.tabActive {
	color: #7f7061;
	background-color: #e4d9b8;
}

.columnItem .columnTitle {
	font-family: 'McLaren', cursive;
	font-size: 21px;
	line-height: 23px;
	color: #000;
	margin-bottom: 15px;
}
.columnUsers {
	width: 260px;
	text-align: left;
}
.columnUsers .userItem {
	padding-left: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e7ca;
	margin-bottom: 10px;
	position: relative;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	color: #393939;
}
.columnUsers .userItem:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.userItem p {
	margin-bottom: 4px;
}
.userItem .fightAgainBtn {
	background: url("img/btn_fight_again.png") no-repeat;
	width: 65px;
	height: 20px;
	text-indent: -800px;
	overflow: hidden;
	display: block;
}
.userItem  .userIcon {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.userItem .userName {
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.userItem .gameStatus {
	font-weight: bold;
}
.userItem .gameStatus.win {
	color: #56800c;
}
.userItem .gameStatus.lose {
	color: #c02a2a;
}
.userItem .egsLeft,
.userItem .fightsWon {
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 18px;
	color: #3c3c3c;
}
.userItem .egsLeft {
	background: url("img/egg_top_icons.png") no-repeat 0 0;
}
.userItem .fightsWon {
	background: url("img/egg_top_icons.png") no-repeat 0 -16px;
}

.eggBasket {
	width: 220px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e7ca;
}
.eggBasket .eggItem {
	display: inline-block;
	width: 110px;
	text-align: center;
}
.eggBasket .eggItem.item1,
.eggBasket .eggItem.item2 {
	margin-bottom: 10px;
}

.buyMoreEggsBtn {
	display: block;
	margin: 0 auto;
	background: url("img/btn_buy_more.png") no-repeat;
	width: 222px;
	height: 44px;
	text-indent: -800px;
	overflow: hidden;
	cursor: pointer;
}
.buyMoreEggsBtn:hover {
	background-position: 0 -44px;
}
.buyMoreEggsBtn:active {
	background-position: 0 -88px;
}

.eggItem .eggName {
	font-family: 'Arimo', sans-serif;
	font-size: 11px;
	color: #7f7061;
}
.eggItem .eggCount {
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}

#dLieldienasBuyEggs {
	text-align: center;
}
#dLieldienasBuyEggs .eggBuyItem {
	display: inline-block;
	width: 90px;
	text-align: center;
	vertical-align: top;
	margin: 0 25px;
}
#dLieldienasBuyEggs .eggBuyItem img {
	margin-bottom: 5px;
}
#dLieldienasBuyEggs .eggBuyItem span {
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	color: #7f7061;
	display: inline-block;
	margin-bottom: 5px;
}
#dLieldienasBuyEggs .eggBuyItem .count {
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}

#dFightHolder {
	position: relative;
	z-index: 10;
}

#dFightHelper {
	font-family: 'McLaren', cursive;
	font-size: 21px;
	line-height: 23px;
	color: #b49071;
	font-weight: bold;
}
#dFightHelper.hidden {
	display: none;
}
#dFightHelper .arrow {
	position: absolute;
}
#dFightHelper .arrow1 {
	background: url("img/arrow-left.png") no-repeat left bottom;
	top: 110px;
	left: 140px;
	padding-bottom: 30px;
}
#dFightHelper .arrow2 {
	background: url("img/arrow-right.png") no-repeat right bottom;
	top: 160px;
	right: 140px;
	padding-bottom: 35px;
}
#dFightHelper .arrow3 {
	background: url("img/arrow-down.png") no-repeat center bottom;
	bottom: 100px;
	padding-bottom: 90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

#dFightHolder .meWrapper,
#dFightHolder .friendWrapper,
#dFightAction {
	float: left;
	vertical-align: top;
}
#dFightHolder .meWrapper,
#dFightHolder .friendWrapper {
	width: 160px;
}
#dFightAction {
	width: 540px;
}
.meWrapper .fighter,
.friendWrapper .fighter {
	position: relative;
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #393939;
}
.meWrapper .fighter a,
.friendWrapper .fighter a {
	color: #393939;
}
.meWrapper .fighter {
	padding-left: 65px;
	min-height: 50px;
	overflow: hidden;
}
.meWrapper .fighter .userIcon,
.friendWrapper .fighter .userIcon {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
}
.meWrapper .fighter .userIcon img,
.friendWrapper .fighter .userIcon img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.meWrapper .fighter .userIcon {
	left: 0;
}
.friendWrapper .fightEggBasket {
	position: relative;
	right: -5px;
}
.friendWrapper .fighter {
	padding-right: 65px;
	text-align: right;
}
.friendWrapper .fighter .userIcon {
	right: 0;
}
.meWrapper .fightEggBasket {
	position: relative;
	left: -5px;
}
.fightEggBasket li {
	height: 79px;
	line-height: 79px;
	margin-bottom: 10px;
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	color: #393939;
	position: relative;
}
.meWrapper .fightEggBasket li {
	padding-left: 70px;
	text-align: left;
}
.friendWrapper .fightEggBasket li {
	padding-right: 70px;
	text-align: right;
}
.meWrapper .fightEggBasket .fightEgg,
.friendWrapper .fightEggBasket .fightEgg {
	position: absolute;
	top: 0;
	width: 57px;
	height: 79px;
}
.meWrapper .fightEggBasket .fightEgg {
	left: 0;
}
.friendWrapper .fightEggBasket .fightEgg  {
	right: 0;
}
.fightEggBasket .fightEgg.simpleEgg {
	background: url("img/1.png") no-repeat left center;
}
.fightEggBasket .fightEgg.superEgg1 {
	background: url("img/2.png") no-repeat left center;
}
.fightEggBasket .fightEgg.superEgg2 {
	background: url("img/3.png") no-repeat left center;
}
.fightEggBasket .fightEgg.superEgg3 {
	background: url("img/4.png") no-repeat left center;
}

#dLieldienasEmptyBasket {
	font-family: 'McLaren', cursive;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #393939;
	width: 400px;
	text-align: center;
}