body {
	background-color: #000005;
	background-position: top center;
	background-attachment: fixed;
	background-image: url("../images/layout/bg.png");
	background-repeat: no-repeat;
	
	overflow-y: scroll;
}

body.with-community-panel {
	background-image: url("../images/layout/bg_taller.png");
	/* background-attachment: fixed; */
	/* background-position: 0px 38px; */
	/* background-position: center 38px; */
}


.layout-container {
	/* background: url("../images/layout/bg.png") no-repeat #000005 center top; */
	position: relative;
	margin: 0px auto;
	width: 100%;
	/* height: 100%; */
	/* z-index: 50; */
}

.layout-container.with-community-panel {
	/* background: none; */
	margin-top: 38px;
}

.layout-main {
	position: relative;
	margin: 0px auto;
	width: 1182px;
}

.layout-topPanel {
	background: url("../images/layout/top_menu_bg.png");
	position: absolute;
	left: 815px;
	top: 0px;
	width: 331px;
	height: 48px;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	
	/* z-index: 2; */
}

.layout-topPanel ul {
	margin: 0px;
	padding: 0px;
}

.layout-topPanel ul li {
	display: inline-block;
	list-style-type: none;
	position: relative;
	padding-bottom: 2px;
}

/*
.layout-topPanel ul li .number {
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	line-height: 20px;
}

.layout-topPanel ul li .numberFightReports {
	top: 12px;
	left: 14px;
	
	background: rgba(238,0,0,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(238,0,0,1) 0%, rgba(170,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(238,0,0,1)), color-stop(100%, rgba(170,0,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(238,0,0,1) 0%, rgba(170,0,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(238,0,0,1) 0%, rgba(170,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(238,0,0,1) 0%, rgba(170,0,0,1) 100%);
	background: radial-gradient(ellipse at center, rgba(238,0,0,1) 0%, rgba(170,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#aa0000', GradientType=1 );
	
	border: 2px solid #660000;
}

.layout-topPanel ul li .numberReceivedMessages {
	top: 12px;
	left: 14px;
	
	background: rgba(3,132,219,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(3,132,219,1) 0%, rgba(0,67,168,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(3,132,219,1)), color-stop(100%, rgba(0,67,168,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(3,132,219,1) 0%, rgba(0,67,168,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(3,132,219,1) 0%, rgba(0,67,168,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(3,132,219,1) 0%, rgba(0,67,168,1) 100%);
	background: radial-gradient(ellipse at center, rgba(3,132,219,1) 0%, rgba(0,67,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0384db', endColorstr='#0043a8', GradientType=1 );
	
	border: 2px solid #0000aa;
}

.layout-topPanel ul li .numberDiplomacyApplications {
	top: 12px;
	left: 14px;
	
	background: rgba(23,176,9,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(23,176,9,1) 0%, rgba(11,97,1,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(23,176,9,1)), color-stop(100%, rgba(11,97,1,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(23,176,9,1) 0%, rgba(11,97,1,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(23,176,9,1) 0%, rgba(11,97,1,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(23,176,9,1) 0%, rgba(11,97,1,1) 100%);
	background: radial-gradient(ellipse at center, rgba(23,176,9,1) 0%, rgba(11,97,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17b009', endColorstr='#0b6101', GradientType=1 );
	
	border: 2px solid #005500;
}

.layout-topPanel ul li .numberTribeChatReport {
	top: 12px;
	left: 14px;
	
	background: rgba(238,0,0,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(238,0,0,1) 0%, rgba(170,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(238,0,0,1)), color-stop(100%, rgba(170,0,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(238,0,0,1) 0%, rgba(170,0,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(238,0,0,1) 0%, rgba(170,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(238,0,0,1) 0%, rgba(170,0,0,1) 100%);
	background: radial-gradient(ellipse at center, rgba(238,0,0,1) 0%, rgba(170,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#aa0000', GradientType=1 );
	
	border: 2px solid #660000;
}
*/

.layout-topPanel .subMenu {
	display: none;
	position: absolute;
	top: 30px;
	left: -10px;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	background-color: #100e19;
	z-index: 100;
}

.layout-topPanel .subMenu a {
	display: block !important;
	padding: 5px 25px 5px 5px;
	text-decoration: none;
	color: #bbb !important;
}

.layout-topPanel .subMenu a:hover {
	background-color: #201d30;
}

.layout-topPanel .icons {
	position: absolute;
	left: 35px;
	top: 5px;
	z-index: 1;
}

.layout-topPanel .icons a.icon {
	position: relative;
	display: inline-block;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
}

.layout-topPanel .icons a.icon.ajaxProcessing {
	opacity: 0.75;
}

/*
.layout-topPanel .icons a.fight {
	background-image: url("../images/icons/fight.png");
}

.layout-topPanel .icons a:hover {
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
}

.layout-topPanel .icons a.message {
	background-image: url("../images/icons/message.png");
}
*/

.layout-topPanel .icons a.note {
	background-image: url("../images/icons/notes.png");
}

/*
.layout-topPanel .icons a.diplomacy {
	background-image: url("../images/icons/diplomacy.png");
}
*/

.layout-topPanel .icons a.rank {
	background-image: url("../images/icons/rank.png");
}

.layout-topPanel .icons a.settings {
	background-image: url("../images/icons/settings.png");
}

.layout-topPanel .icons a.guide {
	margin-left: 3px;
	background-image: url("../images/icons/guide.png");
}

.layout-topPanel .icons a.logout {
	margin-left: 3px;
	background-image: url("../images/icons/logout.png");
}

/*
.layout-topPanel .icons a.tribeChat {
	background-image: url("../images/icons/tribe_chat.png");
}
*/


.layout-left {
	position: relative;
	float: left;
	top: 15px;
	left: 27px;
	width: 300px;
	z-index: 1;
}


.layout-content {
	position: relative;
	float: right;
	top: 15px;
	left: -28px;
	width: 882px;
	height: 700px; /* somehow fixes bug with margin under footer */
}


.layout-leftTop {
	background-image: url("../images/layout/top.png");
	width: 300px;
	height: 288px;
}

.layout-leftTop .level {
	position: relative;
	top: 75px;
	left: 142px;
	font-size: 15px;
	color: #eee;
	font-family: OpenSansBold;
	text-align: center;
	width: 30px;
}

.layout-leftTop .playerName {
	position: relative;
	top: 193px;
	left: 106px;
	width: 100px;
	height: 20px;
	text-align: center;
	color: #eee;
	font-family: OpenSansBold;
}

.layout-leftTop .playerName .accountNotActivated {
	color: #ff0000 !important;
}


.layout-leftMiddle {
	position: relative;
	background-image: url("../images/layout/left.png");
	width: 300px;
	height: 467px;
	margin-left: -36px;
	margin-top: -16px;
}

.layout-leftMiddle.layout-leftMiddleLong {
	height: 595px;
}

.layout-leftMiddle .leftMenu {
	position: absolute;
	left: 84px;
	top: -42px;
	width: 190px;
	height: 690px;
}

.layout-leftMiddle .leftMenu .infoText {
	margin-top: -10px;
	margin-bottom: 8px;
	width: 100%;
	color: #f2f2f2;
	font-family: OpenSansSemibold;
	font-size: 12px;
	text-align: center;
}

.layout-leftMiddle .leftMenu .infoText a {
	color: #fffb40;
}

.layout-leftMiddle .leftMenu .infoText a:hover {
	background: none !important;
}

.layout-leftMiddle .leftMenu .infoText a:active {
	top: 0px;
}

.layout-leftMiddle .leftMenu .infoTextWeekendEvent {
	color: #fcdd2d;
}

.layout-leftMiddle .leftMenu .links {
	margin: 0px;
	padding: 0px;
}

.layout-leftMiddle .leftMenu .links li {
	display: block;
	list-style-type: none;
}

.layout-leftMiddle .leftMenu .links li a {
	position: relative;
	display: block;
	background-image: url("../images/menu/button_base.png");
	background-repeat: no-repeat;
	
	text-align: center;
	color: #eee;
	width: 188px;
	height: 32px; /* 32px */
	line-height: 34px;
	/* letter-spacing: 1.25; */
	font-size: 11px;
	/* font-family: "Coolvetica", sans-serif; */
	text-decoration: none;
	
	font-family: OpenSansSemiBold;
	
	letter-spacing: 0.25px;
	
	text-shadow:
	   -1px -1px 0px #1f1d2c,  
		1px -1px 0px #1f1d2c,
		-1px 1px 0px #1f1d2c,
		 1px 1px 0px #1f1d2c;
	
	
	/*
	text-shadow:
		-1px 0px 0px #312640,
		0px -1px 0px #312640,
		1px 0px 0px #312640,
		0px 1px 0px #312640;
	*/
	
	text-transform: uppercase;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.layout-leftMiddle .leftMenu .links a:not(.inactive):not(.levelRestriction):not(.active):hover {
	background-image: url("../images/menu/button_base_hover.png");
}

.layout-leftMiddle .leftMenu .links li a.active {
	/* background-image: url("../images/menu/button_base_hover.png"); */
	background-image: url("../images/menu/button_active.png");
	background-repeat: no-repeat;
	color: #f2f2f2;
	
	text-shadow:
	   -1px -1px 0px #562828,  
		1px -1px 0px #562828,
		-1px 1px 0px #562828,
		 1px 1px 0px #562828;
	
	/* text-shadow: 0px 0px 4px rgba(150, 150, 150, 0.5); */
}

.layout-leftMiddle .leftMenu .links li a.ajaxProcessing {
	opacity: 0.8;
}

.layout-leftMiddle .leftMenu .links li a:not(.active).ajaxProcessing {
	background-image: url("../images/menu/button_base_hover.png") !important;
	color: #ddd;
}

.layout-leftMiddle .leftMenu .links li a.levelRestriction {
	color: #111;
	text-shadow: none;
	/* background-image: url("../images/main_menu_button_base_hover.png") !important; */
	text-transform: lowercase;
}

.layout-leftMiddle .leftMenu .links li a:not(.questHint):not(.linkHighlight).disabled {
	color: #8f8f8f !important;
}

.layout-leftMiddle .leftMenu .links li a.linkHighlight.disabled {
	color: #bfa200 !important;
}

.layout-leftMiddle .leftMenu .links li a.questHint {
	color: gold !important;
}

.layout-leftMiddle .leftMenu .links li .linkHighlight {
	color: gold !important;
	
	text-shadow:
	   -1px -1px 0px #2b2b2b,  
		1px -1px 0px #2b2b2b,
		-1px 1px 0px #2b2b2b,
		 1px 1px 0px #2b2b2b;
}

.layout-leftMiddle .leftMenu .links a:not(.levelRestriction):active {
	position: relative;
	/* top: 1px; */
	opacity: 0.8;
	color: #ddd;
}

.layout-leftMiddle .leftMenu .links a.linkHighlight:active {
	color: #b89c00 !important;
}

.layout-leftMiddle .leftMenu .links a.inactive {
	color: #151515;
	text-shadow: none;
}

.layout-leftMiddle .leftMenu .links a.inactive:hover {
	color: #151515;
}

.layout-leftMiddle .leftMenu .links a.inactive:active {
	top: 0px;
}

.layout-leftMiddle .leftMenu .links li a .countdown {
	position: absolute;
	display: none;
	right: 12px;
	font-size: 8pt;
	color: #bbb;
}

.layout-leftMiddle .leftMenu .links li a .info {
	position: absolute;
	display: inline-block;
	font-size: 8pt;
	right: 10px;
	text-transform: lowercase !important;
}

.layout-leftMiddle .leftMenu .premiumsToBeExpiredCount .info {
	color: #ff1f1f;
}

.layout-leftMiddle .leftMenu .links li a.inactive .info {
	color: #777;
}

.layout-leftMiddle .leftMenu .links li a .infoHasItem {
	font-size: 16px;
	font-family: OpenSansBold;
	right: 12px;
}

.layout-leftMiddle .leftMenu .links li a:hover .countdown {
	display: inline-block;
}

.layout-leftMiddle .separator {
	position: relative;
	margin-top: 20px;
	left: -6px;
	width: 203px;
	height: 15px;
	background-image: url("../images/layout/left_menu_separator.png");
}

.layout-leftMiddle .menuUnderneath {
	margin-top: 15px;
	margin-left: 5px;
	/* width: 180px; */
	color: #eee;
	font-family: OpenSansSemibold;
	font-size: 14px;
}

.layout-leftMiddle .menuUnderneath .notification {
	margin-bottom: 5px;
	font-size: 11px;
}

.layout-leftMiddle .menuUnderneath .notification.activePremiumBoxes {
	color: gold;
}

.layout-leftMiddle .menuUnderneath .notification.activePremiumBoxes span {
	margin: 0px 5px;
}

.layout-leftMiddle .menuUnderneath a {
	color: #777;
	text-decoration: none;
}

.layout-leftMiddle .menuUnderneath a.completed {
	color: #2cbcd4;
}

.layout-leftMiddle .menuUnderneath a:hover {
	text-decoration: underline;
}

.layout-leftMiddle .menuUnderneath a.premiumHighlight {
	color: gold;
}

.layout-leftMiddle .menuUnderneath a.underline {
	text-decoration: underline;
}

.layout-leftMiddle .menuUnderneath .progressBars {
	position: relative;
	margin-top: 10px;
	margin-left: -10px;
	width: 202px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999;
}

.layout-leftMiddle .menuUnderneath .progressBars::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: none;
}

.layout-leftMiddle .menuUnderneath .progressBars::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.layout-leftMiddle .progressBarArea {
	margin-top: 10px;
}

.layout-leftMiddle .progressBarArea .barName {
	width: 190px;
	color: #777;
	font-size: 11px;
}

.layout-leftMiddle .progressBarArea .hoverable {
	transition: 0.1s;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
}

.layout-leftMiddle .progressBarArea .hoverable:hover {
	color: #aaa;
	
	transition: 0.1s;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
}

.layout-leftMiddle .progressBarArea .countdown {
	float: right;
	right: 12px;
	font-size: 11px;
	color: #777;
}

.layout-leftMiddle .progressBarArea .countdownCompleted {
	color: #2cbcd4;
}

.layout-leftMiddle .progressBarArea .countdownCompleted a {
	color: #2cbcd4;
	text-decoration: none;
}

.layout-leftMiddle .progressBarArea .countdownCompleted a:hover {
	background: none !important;
	text-decoration: underline;
	top: 0px;
}

.layout-leftMiddle .progressBarArea .progressBar {
	width: 190px;
	height: 4px;
	background-color: #38403e;
	border: 2px solid #1c1d1e;
	margin-left: -2px;
	border-radius: 15px;
}

.layout-leftMiddle .progressBarArea .progressBar .fill {
	height: 4px;
	/*background-color: #55ad4c;*/
	background: linear-gradient(90deg, rgba(56,125,48,1) 50%, rgba(71,161,62,1) 92%);
	border-radius: 15px;
	margin-top: 0px;
}


.layout-leftBottom .iconsPanel {
	position: absolute;
	width: 195px;
	bottom: 85px;
	left: 45px;
	text-align: center;
}

.layout-leftBottom .iconsPanel .icon {
	width: 26px;
	height: 26px;
	display: inline-block;
	cursor: pointer;
	
	background-size: contain;
	-webkit-background-size: contain;
	-ms-background-sice: contain;
	-o-background-size: contain;
}

.layout-leftBottom .iconsPanel a:active {
	top: initial;
}

.layout-leftBottom .iconsPanel .icon.facebook {
	background-image: url("../images/icons/ico_fb_base.png");
}

.layout-leftBottom .iconsPanel .icon.facebook:hover {
	background-image: url("../images/icons/ico_fb_hover.png") !important;
}

.layout-leftBottom .iconsPanel .icon.support {
	background-image: url("../images/icons/ico_support_base.png");
}

.layout-leftBottom .iconsPanel .icon.support:hover {
	background-image: url("../images/icons/ico_support_hover.png") !important;
}

.layout-leftBottom .iconsPanel .icon.settings {
	background-image: url("../images/icons/ico_settings_base.png");
}

.layout-leftBottom .iconsPanel .icon.settings:hover {
	background-image: url("../images/icons/ico_settings_hover.png") !important;
}

.layout-leftBottom .iconsPanel .icon.fullscreen {
	background-image: url("../images/icons/ico_fullscreen_base.png");
}

.layout-leftBottom .iconsPanel .icon.fullscreen:hover {
	background-image: url("../images/icons/ico_fullscreen_hover.png") !important;
}

.layout-leftBottom .serverTime {
	position: absolute;
	bottom: 65px;
	left: 45px;
	width: 195px;
	text-align: center;
	font-size: 12px;
	color: #444;
	font-family: OpenSansSemibold;
}

.layout-leftBottom {
	background-image: url("../images/layout/left_bottom.png");
	width: 306px;
	height: 251px;
	margin-top: -1px;
	margin-left: -36px;
}


.layout-contentMid {
	position: relative;
	background-image: url("../images/layout/content.png");
	width: 911px;
	min-height: 464px;
	left: 8px;
	top: -16px;
}


.layout-contentText {
	position: relative;
	padding: 10px 0px;
	top: -40px;
	margin-left: 33px;
	width: 780px;
	min-height: 650px;
	color: #0f0e13;
	font-family: OpenSansMedium;
	font-size: 11px;
	z-index: 1;
}

.layout-contentText a {
	text-decoration: none;
}

.layout-contentText .content a, .layout-contentText .contentTable a {
	text-decoration: none;
	color: #0000ee;
	font-family: OpenSansSemibold;
}

.layout-contentText .content a:hover, .layout-contentText .contentTable a:hover {
	text-decoration: underline;
}

.layout-contentText .content a:visited, .layout-contentText .contentTable a:visited {
	color: #0000ee;
}

.layout-contentText a.light {
	color: #94bdff !important;
}

.layout-contentText h1 {
	margin: 0px;
	padding-bottom: 0px;
	text-align: center;
}


.layout-contentBottom {
	position: relative;
	background-image: url("../images/layout/bottom.png");
	width: 940px;
	height: 223px;
	top: -202px;  /* -17 */
	left: -21px;
}


.layout-footer {
	position: relative;
	top: -170px;
	left: 30px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	width: 840px;
	
	color: #eee;
	clear: both;
	
	border-bottom: 2px solid #111;
	font-family: OpenSansSemibold;
}

.layout-footer .copyright {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: OpenSansSemibold;
	font-size: 13px;
	color: #333;
}

.layout-footer .links {
	margin: 0px auto;
	text-align: right;
}

.layout-footer .links a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	color: #333;
	text-decoration: none;
	font-size: 13px;
}

.layout-footer .links a:not(:last-child) {
	padding-right: 12px;
}

.layout-footer .links a:hover {
	color: #888;
}



.layout-top {
	position: relative;
	top: 0px;
	width: 1326px;
	height: 254px;
	left: -72px;
	background-repeat: no-repeat;
}

.layout-top.default {
	background-image: url("../images/layout/panel_top.png");
}

.layout-top.premium {
	background-image: url("../images/layout/panel_top_premium.png");
}

.layout-top .eventPanel {
	position: absolute;
	top: 0px;
	left: 474px;
	width: 388px;
	height: 44px;
	background-image: url("../images/layout/event_panel.png");
}

.layout-top .eventPanel .text {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #ffff00;
	font-family: OpenSansSemibold;
	
	text-shadow:
	   -1px -1px 0px #7e0054,  
		1px -1px 0px #7e0054,
		-1px 1px 0px #7e0054,
		 1px 1px 0px #7e0054;
}

.layout-top .resources {
	position: absolute;
	top: 70px;
	left: 380px;
	width: 270px;
	height: 70px;
}

.layout-top .resources .resource {
	position: absolute;
	line-height: 24px;
}

.layout-top .resources .resourceBig {
	width: 126px;
	height: 24px;
	background-image: url("../images/layout/top_field_big.png");
}

.layout-top .resources .resourceMedium {
	width: 82px;
	height: 24px;
	background-image: url("../images/layout/top_field_medium.png");
}

.layout-top .resources .resource.silver {
	top: 10px;
	left: 4px;
}

.layout-top .resources .resource.gold {
	top: 10px;
	left: 140px;
}

.layout-top .resources .resource.wood {
	top: 40px;
	left: 4px;
}

.layout-top .resources .resource.stone {
	top: 40px;
	left: 94px;
}

.layout-top .resources .resource.iron {
	top: 40px;
	left: 184px;
}

.layout-top .resources .resourceIcon {
	position: relative;
	top: 4px;
	left: 3px;
}

.layout-top .resources .resource .resourceAmount {
	position: absolute;
	top: 0px;
	left: 35px;
	width: 100px;
	height: 24px;
	line-height: 24px;
	color: #f6f6f6;
	font-family: OpenSansSemibold;
	
	text-shadow:
	   -1px -1px 0px #000,  
		1px -1px 0px #000,
		-1px 1px 0px #000,
		 1px 1px 0px #000;
}

.layout-top .resources .resourceBig .resourceAmount {
	font-size: 13px;
}

.layout-top .resources .resourceMedium .resourceAmount {
	top: 2px;
	font-size: 11px;
}


.layout-top .resources .resource .iconBuy {
	position: absolute;
	top: 3px;
	right: -7px;
}

.layout-top .buttonBuy {
	width: 18px;
	height: 18px;
	background-image: url("../images/icons/icon_resource_buy.png");
	
	background-size: contain;
	-webkit-background-size: contain;
	-ms-background-sice: contain;
	-o-background-size: contain;
}

.layout-top .buttonBuy:hover {
	background-image: url("../images/icons/icon_resource_buy_hover.png");
}

.layout-top .notificationsPanel {
	position: absolute;
	top: 150px;
	left: 384px; /* left: 708px; | 668px | 383px */
	text-align: left;
	height: 24px;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.layout-top .notificationsPanel .iconContainer {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	width: 24px;
	height: 24px;
	
	text-align: center;
}

.layout-top .notificationsPanel .iconContainerInventory {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	height: 24px;
	padding: 4px 8px 4px 6px;
	
	background-color: #06060f;
	border-top: 2px solid #1b1921;
	border-left: 2px solid #1b1921;
	border-right: 2px solid #302e3d;
	border-bottom: 2px solid #302e3d;
}

.layout-top .notificationsPanel .iconContainerInventory .icon {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	
	background-image: url("../images/icons/inventory_2.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.layout-top .notificationsPanel .iconContainerInventory .text {
	position: relative;
	top: -1px;
	color: #f4f4f4;
	font-family: OpenSansMedium;
	font-size: 11px;
	margin-left: 5px;
}

.layout-top .notificationsPanel .iconContainerStorehouse {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	height: 24px;
	padding: 4px 8px 4px 6px;
	
	background-color: #06060f;
	border-top: 2px solid #1b1921;
	border-left: 2px solid #1b1921;
	border-right: 2px solid #302e3d;
	border-bottom: 2px solid #302e3d;
}

.layout-top .notificationsPanel .iconContainerStorehouse .icon {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	
	background-image: url("../images/icons/storehouse.webp");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.layout-top .notificationsPanel .iconContainerStorehouse .text {
	position: relative;
	top: -1px;
	color: #f4f4f4;
	font-family: OpenSansMedium;
	font-size: 11px;
	margin-left: 5px;
}

.layout-top .notificationsPanel .iconContainer .icon {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 4px;
	
	background-color: #06060f;
	border-top: 2px solid #1b1921;
	border-left: 2px solid #1b1921;
	border-right: 2px solid #302e3d;
	border-bottom: 2px solid #302e3d;
	
	background-position: center center;
	background-repeat: no-repeat;
	
	/* background-color: #161616; */
	/*
	box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.5);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.5);
	*/
}

.layout-top .notificationsPanel .icon a {
	display: block;
	width: 24px;
	height: 24px;
}

.layout-top .notificationsPanel .icon a.inactive {
	opacity: 0.35;
}

.layout-top .notificationsPanel .icon a.inactive:hover {
	filter: initial;
	-webkit-filter: initial;
}

.layout-top .newsReportLink {
	position: absolute;
	top: 155px;
	left: 670px;
}

.layout-top .newsReportLink a {
	position: relative;
	text-decoration: none;
	color: #6daaed;
	font-size: 17px;
	
	font-family: OpenSansSemibold;
	
	border: 1px solid #3e70a3;
	
	padding: 6px 36px;
	background-color: #060606;
	
	box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
	
	animation: newsReportLinkBlink 5s infinite 0.5s;
	-webkit-animation: newsReportLinkBlink 5s infinite 0.5s;
}

@keyframes newsReportLinkBlink {
	0% {
		color: #6daaed;
		
		box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
		-webkit-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
		-moz-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
	}
	
	25% {
		color: #c9e3ff;
		
		box-shadow: 0px 0px 5px 4px rgba(100, 100, 100, 0.5);
		-webkit-box-shadow: 0px 0px 5px 4px rgba(100, 100, 100, 0.5);
		-moz-box-shadow: 0px 0px 5px 4px rgba(100, 100, 100, 0.5);
	}
	
	50% {
		color: #6daaed;
		
		box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
		-webkit-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
		-moz-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
	}
}

@-webkit-keyframes newsReportLinkBlink {
	0% {
		color: #6daaed;
		
		box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
		-webkit-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
		-moz-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
	}
	
	25% {
		color: #c9e3ff;
		
		box-shadow: 0px 0px 5px 4px rgba(100, 100, 100, 0.5);
		-webkit-box-shadow: 0px 0px 5px 4px rgba(100, 100, 100, 0.5);
		-moz-box-shadow: 0px 0px 5px 4px rgba(100, 100, 100, 0.5);
	}
	
	50% {
		color: #6daaed;
		
		box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
		-webkit-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
		-moz-box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.25);
	}
}

.layout-top .newsReportLink a:hover {
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
}

.layout-top .notificationsPanel .number {
	top: 16px;
	left: 18px;
}

.layout-top .shieldAvatar {
	position: absolute;
	top: 25px;
	left: 180px;
	width: 124px;
	height: 124px;
	background-image: url("../images/layout/shield_avatar.png");
}


.layout-top .middlePanel {
	position: absolute;
	top: 70px;
	left: 670px;
	width: 200px;
	height: 80px;
	color: #f2f2f2;
	font-family: OpenSansSemibold;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.layout-top .middlePanel .locationName {
	margin-top: 4px;
	text-align: center;
	font-size: 15px;
	color: #eee;
	
	text-shadow:
	   -1px -1px 0px #000,  
		1px -1px 0px #000,
		-1px 1px 0px #000,
		 1px 1px 0px #000;
}

.layout-top .middlePanel .energyAmountPanel {
	position: relative;
	margin: 6px auto 0px auto;
	width: 126px;
	height: 24px;
	background-image: url("../images/layout/top_field_big.png");
}

.layout-top .middlePanel .energyAmountPanel .energyIcon {
	position: absolute;
	top: 2px;
	left: 15px;
	width: 18px;
	height: 23px;
	background-image: url("../images/icons/icon_energy.png");
	
	background-size: contain;
	-webkit-background-size: contain;
	-ms-background-sice: contain;
	-o-background-size: contain;
}

.layout-top .middlePanel .energyAmountPanel .energyAmount {
	text-align: center;
	color: #eee;
	padding-left: 13px;
}

.layout-top .middlePanel .energyAmountPanel .energyAmountLow {
	color: #ff0000;
}

.layout-top .middlePanel .energyAmountPanel .energyAmount .amountCurrent {
	font-size: 14px;
}

.layout-top .middlePanel .energyAmountPanel .energyAmount .amountMax {
	font-size: 10px;
}

.layout-top .middlePanel .energyAmountPanel .iconBuy {
	position: absolute;
	top: 3px;
	right: -7px;
}

.layout-top .middlePanel .energyBarArea {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 195px;
	height: 10px;
	
	background: #05040a;
	z-index: -1;
}

.layout-top .middlePanel .energyBarArea .slider {
	position: absolute;
	top: 2px;
	left: -1px;
	width: 245px;
	height: 18px;
	
	background-repeat: no-repeat;
	background-image: url("../images/layout/energy_bar_slider.png");
	
	background-size: contain;
	-webkit-background-size: contain;
	-ms-background-sice: contain;
	-o-background-size: contain;
}


/*
.layout-top .locationName {
	position: absolute;
	top: 94px;
	left: 397px;
	width: 400px;
	height: 30px;
	font-size: 16px;
	font-family: OpenSansSemibold;
	color: #eee;
	
	text-shadow:
		-1px -1px 0px #000,
		1px -1px 0px #000,
		-1px 1px 0px #000,
		1px 1px 0px #000;
}
*/

.layout-top .energyBar {
	background-image: url("../images/layout/energy_bar_bg.png");
	position: absolute;
	/* top: 117px; */
	/* left: 395px; */
	
	top: 43px;
	left: 5px;
	
	width: 254px;
	height: 11px;
	z-index: -2;
}

.layout-top .energyBar .slider {
	background-image: url("../images/layout/energy_bar_slider.png");
	position: absolute;
	top: 0px;
	width: 254px;
	height: 11px;
	z-index: -5;
}

.layout-top .energyBar .energyAmount {
	position: absolute;
	top: -1px;
	left: 0px;
	
	width: 100%;
	height: 20px;
	
	color: #e2e2e2;
	
	font-size: 11px;
	text-align: center;
	
	font-family: Coolvetica;
	letter-spacing: 1.25;
	
	text-shadow:
   -1px -1px 1px #000,  
    1px -1px 1px #000,
    -1px 1px 1px #000,
     1px 1px 1px #000;
}

.layout-top .energyBarPercents {
	position: absolute;
	/* top: 102px; */
	top: 99px;
	left: 585px;
	width: 50px;
	font-size: 11px;
	text-align: right;
	color: #eee;
	font-family: OpenSansSemiBold;
	letter-spacing: 0px;
	
	text-shadow:
		-1px -1px 0px #000,
		1px -1px 0px #000,
		-1px 1px 0px #000,
		1px 1px 0px #000;
}

.layout-top .energyBarTooltip {
	position: absolute;
	top: 117px;
	left: 395px;
	width: 240px;
	height: 11px;
}

.layout-top .playerName {
	position: absolute;
	top: 158px;
	left: 168px;
	width: 151px;
	height: 20px;
	font-family: OpenSansMedium;
	letter-spacing: 0.5px;
	color: #f2f2f2;
	font-size: 14px;
	text-align: center;
	
	text-shadow:
	   -1px -1px 0px #72303e,  
		1px -1px 0px #72303e,
		-1px 1px 0px #72303e,
		 1px 1px 0px #72303e;
}

.layout-top .playerNamePremium {
	color: gold;
}

.layout-top .playerName a {
	color: #ff5151;
	text-shadow: -1px 0px 5px #aa0000;
}

/* Scrollbar */
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: none;
}

body::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.25);
    border-radius: 8px;
}