@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Forum&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Jura:400,300,500,600);

html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #999999;
	color: #303235;
	font-family: 'Open Sans', 'Calibri'; /*, sans-serif;*/
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	min-height: 100%;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
	-o-user-select: none;
   user-select: none;
}
h1 {
	font-family: 'Forum';
	font-weight: normal;
}
a {
	color: #303235;
	text-decoration: none;
}
p {
	margin: 0 0 10px 0;
}
.cleanup {
  clear: both;
}

#header {
	height: 12%;
	left: 0;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}
	#header h1 {
		background-color: #b2083d;
		bottom: 0;
		color: #f1f1f1;
		font-family: 'Forum';
		font-size: 32px;
		font-weight: normal;
		left: 3%;
		margin: 0;
		padding: 5px 10% 5px 10px;
		position: absolute;
		text-transform: uppercase;
	}

#mainContainer {
	bottom: 145px;
	left: 3%;
	position: absolute;
	right: 3%;
	top: 12%;
}
	#mainContainer #leftCol {
		background-color: #f1f1f1;
		bottom: 0;
		left: 0;
		position: absolute;
		top: 0;
		width: 66%;
	}
		#mainContainer #leftCol #map {
			bottom: 0;
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
		}	
		#mainContainer #leftCol .controls {
			bottom: 1%;
			left: 30%;
			position: absolute;
			white-space: nowrap;
		}
			#mainContainer #leftCol .controls #zoomin,
			#mainContainer #leftCol .controls #zoomout {
				background-color: #999999;
				background-image: url('/images2/battles/map-controls.png');
				background-repeat: no-repeat;
				display: inline-block;
				height: 40px;
				margin-bottom: 5px;
				width: 40px;
			}
			#mainContainer #leftCol .controls #zoomin {
				background-position: 0 0;
			}
			#mainContainer #leftCol .controls #zoomout {
				background-position: 0 -40px;
			}
				#mainContainer #leftCol .controls #zoomin.active,
				#mainContainer #leftCol .controls #zoomout.active {
					background-color: #b2083d;
					cursor: pointer;
				}
	#mainContainer #rightCol {
		background-color: #f1f1f1;
		bottom: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 33%;
	}

#footer {
	background-color: #303235;
	border-top: 1px solid #b6bb30;
	bottom: 0;
	height: 100px;
	left: 0;
	position: absolute;
	right: 0;
}
	#footer nav {
		margin-left: 27%;
		margin-right: 10%;
	}
		#footer nav a {
			display: inline-block;
			color: #eeeeee;
			float: left;
			font-family: 'Forum';
			font-size: 32px;
			padding: 28px 4% 10px;
		}
			#footer nav a.cur,
			#footer nav a:hover {
				background-color: #d5db2a;
				color: #27292d;
			}
			#footer nav a.right {
				float: right;
				padding: 28px 3% 10px;
			}
			#footer nav .divider {
				border-right: 1px solid #999999;
				display: inline-block;
				float: right;
				height: 53px;
				margin-top: 20px;
				width: 1px;
			}
			#footer nav a.crimson.cur,
			#footer nav a.crimson:hover {
				background-color: #b2083d;
				color: #eeeeee;
			}
			#footer nav a.easyblue.cur,
			#footer nav a.easyblue:hover {
				background-color: #66afd3;
			}
			#footer nav a.blue.cur,
			#footer nav a.blue:hover {
				background-color: #218aaa;
			}
	#footer .howtoblock {
		background-color: #218aaa;
		bottom: 100px;
		color: #fff;
		display: none;
		font-size: 21px;
		padding: 2% 1%;
		position: absolute;
		right: 10%;
		width: 272px;
	}
		#footer .howtoblock li {
			list-style-type: none;
			margin: 10% auto;
		}
		#footer .howtoblock li.last {
			border-top: 1px solid;
			border-bottom: 1px solid;
			padding: 5% 0;
		}
		#footer .howtoblock .close {
			color: #fff;
			float: right;
			font-size: 18px;
			line-height: 18px;
			padding: 3px 0 3px 3px;
		}
			#footer .howtoblock .close span.ico {
				background-image: url('/images2/battles/close-white.png');
				background-position: center center;
				background-repeat: no-repeat;
				display: inline-block;
				float: right;
				height: 18px;
				margin: 0 0 0 10px;
				width: 18px;
			}

.frontsOfTheWar {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
	.frontsOfTheWar .sectionTitle {
		background-color: #d5db2a;
		font-family: 'Forum';
		font-size: 25px;
		font-weight: normal;
		height: 60px;
		left: 0;
		margin: 0;
		padding: 25px 10px 0px 3%;
		position: absolute;
		right: 0;
		text-transform: uppercase;
		top: 0;
	}
	.frontsOfTheWar .battleList {
		background-color: #e5e5e5;
		bottom: 46px;
		left: 0;
		margin: 0;
		overflow: hidden;
		position: absolute;
		right: 34%;
		top: 60px;
	}
		.frontsOfTheWar .battleList .battleName {
			border-bottom: 1px solid #b2083d;
			clear: both;
			font-family: 'Forum';
			font-size: 18px;
			font-weight: normal;
			margin-left: 4%;
			padding: 0 5px 3px 0;
		}
		.frontsOfTheWar .battleList .item {
			float: left;
			margin: 0 0 15px 7%;
			width: 42%;
		}
			.frontsOfTheWar .battleList .item img {
				height: auto;
				width: 100%;
			}
			.frontsOfTheWar .battleList .item .title {
				font-family: 'MagistralC', 'Jura';
				font-size: 14px;
				line-height: 16px;
				min-height: 35px;
				/*margin-left: 9%;*/
				padding-left: 1%;
				text-transform: uppercase;
			}
	.frontsOfTheWar .frontList {
		background-color: #f1f1f1;
		bottom: 46px;
		margin: 0;
		overflow: hidden;
		padding-top: 11%;
		position: absolute;
		right: 0;
		top: 60px;
		width: 34%;
	}
		.frontsOfTheWar .frontList a {
			border-bottom: 3px solid #303235;
			color: #303235;
			display: block;
			font-family: 'MagistralC', 'Jura';
			font-size: 14px;
			line-height: 16px;
			min-height: 47px;
			margin: 0 6px 10px 15px;
			padding: 10px 5px 2px 5px;
			text-transform: uppercase;
		}
			.frontsOfTheWar .frontList a:hover {
				background-color: #b2083d;
				border-bottom: 3px solid #b2083d;
				color: #e5e5e5;
				text-decoration: none;
			}
		.frontsOfTheWar .frontList .active {
			background-color: #b2083d;
			color: #eeeeee;
		}
	.frontsOfTheWar .years {
		background-color: #e5e5e5;
		border-top: 1px solid #b2083d;
		bottom: 0;
		font-family: 'Forum';
		height: 46px;
		left: 0;
		margin: 0;
		position: absolute;
		right: 0;
	}
		.frontsOfTheWar .years span.subtitle {
			border-bottom: 6px solid #aaa17d;
			display: block;
			float: left;
			font-size: 18px;
			height: 45px;
			line-height: 17px;
			margin: 0 1% 0 0;
			padding: 3px 5px 0 12px;
			width: 29%;
		}
		.frontsOfTheWar .years a {
			border-bottom: 6px solid #303235;
			display: block;
			float: left;
			font-size: 20px;
			height: 45px;
			margin: 0 0 0 1%;
			padding: 9px 0 0 0;
			text-align: center;
			width: 15.83%;
		}
			.frontsOfTheWar .years a:hover,
			.frontsOfTheWar .years a.active {
				background-color: #b2083d;
				border-bottom: 6px solid #b2083d;
				color: #eeeeee;
			}
		.frontsOfTheWar .years .left {
			margin: 0;
		}
		.frontsOfTheWar .years .right {
			float: right;
		}
		.frontsOfTheWar .years .first {
			float: left;
			width: 49%;
		}
		.frontsOfTheWar .years .second {
			float: right;
			width: 49%;
		}
	.frontsOfTheWar .iconicBattles {
		right: 0%;
	}
		.frontsOfTheWar .iconicBattles .battleName {
			margin-left: 3%;
		}
		
	.frontsOfTheWar .battleList .yearBattles .item:nth-child(odd) {
		clear: both;
	}
		.frontsOfTheWar .battleList.iconicBattles .yearBattles .item:nth-child(odd) {
			clear: none;
		}
		.frontsOfTheWar .battleList.iconicBattles .yearBattles .item:nth-child(3n+4) {
			clear: both;
		}
		
	.iconicBattles {
		padding-bottom: 15px;
	}
		.frontsOfTheWar .iconicBattles .item {
			margin: 0 0 15px 5%;
			width: 27%;
		}
		.frontsOfTheWar .battleList .active .title {
			background-color: #b2083d;
			color: #eeeeee;
		}
		.frontsOfTheWar .battleList .battleName {
			padding: 18px 5px 3px 0;
		}
	.battleList {
		padding-top: 15px;
	}
	
.mCSB_dragger_bar {
	background-color: #b2083d !important;
}
	.mCSB_scrollTools .mCSB_draggerRail {
		background-color: rgba(0,0,0,0.05);
	}
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
  }
/* ==============  Panels ============ */
#introduction {
	background-color: #303235;
	background-color: rgba(48,50,53,0.93);
	bottom: 0;
	color: #f1f1f1;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
	#introduction h1 {
		border-bottom: 1px solid #b2083d;
		font-size: 24px;
		margin: 30px 30px 0 30px;
		padding: 0 0 5px 0;
		text-transform: uppercase;
	}
	#introduction .info {
		bottom: 55px;
		left: 0;
		overflow: hidden;
		padding: 0 30px;
		position: absolute;
		right: 0;
		top: 75px;
	}
		#introduction .info img {
			height: auto;
			margin-bottom: 20px;
			width: 100%;
		}
		#introduction .info .text {
			bottom: 0;
			left: 0;
			overflow: hidden;
			padding: 0 30px;
			position: absolute;
			right: 0;
			top: 405px;
		}
	#introduction footer {
		border-top: 2px solid #636466;
		bottom: 5px;
		height: 40px;
		left: 30px;
		padding: 5px 0 0 0;
		position: absolute;
		right: 30px;
	}
		#introduction footer .close {
			color: #b2083d;
			float: right;
			font-size: 18px;
			line-height: 18px;
			padding: 3px 0 3px 3px;
		}
			#introduction footer .close span.ico {
				background-image: url('/images2/battles/close.png');
				background-position: center center;
				background-repeat: no-repeat;
				display: inline-block;
				float: right;
				height: 18px;
				margin: 0 0 0 10px;
				width: 18px;
			}


#frontInfo {
	background-color: #e5e5e5;
	bottom: 0;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 540px;
	z-index: 10;
}
	#frontInfo h1 {
		background-position: right bottom;
		background-repeat: no-repeat;
		border-bottom: 1px solid #b2083d;
		font-size: 24px;
		margin: 27px 30px 0 30px;
		padding: 0 0 5px 0;
	}
		#frontInfo h1.battle {
			background-image: url('/images2/battles/title-battle.png');
		}
		#frontInfo h1.front {
			background-image: url('/images2/battles/title-front.png');
		}
	#frontInfo .info {
		bottom: 55px;
		left: 0;
		overflow: hidden;
		padding: 0 30px;
		position: absolute;
		right: 0;
		top: 76px;
	}
		#frontInfo .info img {
			height: auto;
			margin-bottom: 20px;
			width: 100%;
		}
		#frontInfo .info .img {
			position: relative;
			margin-bottom: 20px;
		}
			#frontInfo .info .img .largescreen {
				background-color: #b2083d;
				background-image: url('/images2/battles/map-controls.png');
				background-repeat: no-repeat;
				bottom: 0;
				height: 40px;
				margin-bottom: 1px;
				margin-right: 1px;
				position: absolute;
				right: 0;
				width: 40px;
				z-index: 30;
			}
		#frontInfo .info .text {
			bottom: 0;
			font-size: 16px;
			left: 0;
			overflow: hidden;
			padding: 0 30px;
			position: absolute;
			right: 0;
			top: 400px;
top: 340px;
		}
	#frontInfo footer {
		border-top: 1px solid #636466;
		bottom: 5px;
		height: 40px;
		left: 30px;
		padding: 5px 0 0 0;
		position: absolute;
		right: 30px;
	}
		#frontInfo footer .close {
			color: #b2083d;
			float: right;
			font-size: 18px;
			line-height: 18px;
			padding: 3px 0 3px 3px;
		}
			#frontInfo footer .close span.ico {
				background-image: url('/images2/battles/close.png');
				background-position: center center;
				background-repeat: no-repeat;
				display: inline-block;
				float: right;
				height: 18px;
				margin: 0 0 0 10px;
				width: 18px;
			}
.rsDefault .rsFullscreenBtn {
	bottom: 0;
	top: auto;
}
	.rsDefault .rsFullscreenBtn .rsFullscreenIcn {
		background-color: #b2083d;
		background-image: url('/images2/battles/map-controls.png');
		background-repeat: no-repeat;
		height: 40px;
		margin-bottom: 5px;
		width: 40px;
	}
	.rsDefault.rsFullscreen .rsFullscreenIcn {
		background-position: 0 -40px;
		background-color: #b2083d;
	}
	.rsDefault .rsGCaption {
		background: rgba(0, 0, 0, 0);
		bottom: -45px;
		color: #303235;
		font-size: 13px;
		/*height: 3em;*/
		height: 40px;
		left: 0;
		overflow: hidden;
display: none;
	}
	.rsDefault.rsFullscreen .rsGCaption {
		background: rgba(0, 0, 0, 0.75);
		bottom: 0;
		color: #fff;
		font-size: 17px;
		height: auto;
		left: 0;
display: none;
	}


.map-marker-label {
	cursor: pointer;
	display: block;
	height: 18px;	
	min-width: 140px;
}
	.map-marker-label.front {
		z-index: 10;
	}
	.map-marker-label .title {
		background-color: #27292d;
		color: #e5e5e5;
		display: block;
		font-size: 12px;
		font-family: 'Open Sans', 'Calibri';
		font-weight: 300;
		height: 18px;	
		line-height: 18px;
		overflow: hidden;
		padding: 0px 5px;
		white-space: nowrap;
		width: 100%;
	}
		.map-marker-label.front .title::after {
			background-image: url('/images2/battles/map/front.png');
			background-position: left bottom;
			background-repeat: no-repeat;
			content: '';
			display: block;
			height: 71px;
			left: -36px;
			position: absolute;
			top: -29px;
			width: 71px;
			z-index: -1;
		}
			.map-marker-label.front:hover .title::after,
			.map-marker-label.front.active .title::after {
				background-image: url('/images2/battles/map/front-active.png');
			}
		.map-marker-label.battle .title::after {
			background-image: url('/images2/battles/map/battle.png');
			background-position: left bottom;
			background-repeat: no-repeat;
			content: '';
			display: block;
			height: 56px;
			left: 0;
			position: absolute;
			top: -56px;
			width: 56px;
		}
			.map-marker-label.battle:hover .title,
			.map-marker-label.battle.active .title {
				background-color: #ed852f;
			}
				.map-marker-label.battle:hover .title::after,
				.map-marker-label.battle.active .title::after {
					background-image: url('/images2/battles/map/battle-active.png');
					height: 79px;
					top: -79px;
					width: 79px;
				}


		.map-marker-label.battle.iconic .title::after {
			background-image: url('/images2/battles/map/iconic-battle.png');
		}
			.map-marker-label.battle.iconic:hover .title,
			.map-marker-label.battle.iconic.active .title {
				background-color: #b2083d;
			}
				.map-marker-label.battle.iconic:hover .title::after,
				.map-marker-label.battle.iconic.active .title::after {
					background-image: url('/images2/battles/map/iconic-battle-active.png');
				}
		
