@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: #505359;
	color: #303235;
	font-family: 'Open Sans', 'Calibri'; /*, sans-serif;*/
	font-size: 15px;
	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;
}

#pageTitle {
	background-color: #b2083d;
	left: 4%;
	position: absolute;
	right: 0;
	top: 12%;
	z-index: 3;
}
	#pageTitle h1 {
		color: #f1f1f1;
		font-family: 'Forum'; /* , Georgia, times;*/
		font-size: 62px;
		font-weight: normal;
		margin: 10px 0 10px 35%;
		padding: 0;
		text-transform: uppercase;
	}

#about {
	background-color: rgba(241, 241, 241, 0.9);
	bottom: 100px;
	color: #303235;
	/*font-family: 'Calibri'; , sans-serif;*/
	font-size: 16px;
	padding: 30px 40px 30px 80px;
	position: absolute;
	right: 0;
	width: 63%;
	z-index: 10;
}
	#about .col1 {
		display: block;
		float: left;
		margin-right: 6%;
		text-align: justify;
		width: 46%;
	}
	#about .col2 {
		display: block;
		float: right;
		text-align: justify;
		width: 46%;
	}
#more {
	background-color: rgba(213, 219, 42, 0.9);
	bottom: 20px;
	color: #303235;
	display: block;
	padding: 40px;
	position: absolute;
	right: 0;
	width: 63%;
	z-index: 10;
}
		.next1, 	.next {
			color: #303235;
		}
		.next1 .text {
			display: block;
			font-family: 'Forum'; /*, Georgia, times;*/
			font-size: 18px;
			position: absolute;
			right: 57%;
			text-align: right;
			text-transform: uppercase;
			top: 40%;
		}	
		.next .text {
			display: block;
			font-family: 'Forum'; /*, Georgia, times;*/
			font-size: 18px;
			position: absolute;
			right: 10%;
			text-align: right;
			text-transform: uppercase;
			top: 40%;
		}
		.next1 .icon {
			background-image: url('/images2/battles/next.png');
			background-position: left top;
			background-repeat: no-repeat;
			bottom: 0;
			display: block;
			height: 67px;
			position: absolute;
			right: 52%;
			width: 41px;
		}
		.next .icon {
			background-image: url('/images2/battles/next.png');
			background-position: left top;
			background-repeat: no-repeat;
			bottom: 0;
			display: block;
			height: 67px;
			position: absolute;
			right: 5%;
			width: 41px;
		}

#map-eurasia {
	background-image: url('/images2/battles/map-eurasia.png');
	background-position: left center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 37%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
#map-america {
	background-image: url('/images2/battles/map-america.png');
	background-position: right center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 58%;
	top: 0;
	z-index: 4;
}
@media (max-height: 1079px) {
  #about {
    font-size: 15px;
    padding: 0.5em 2em 0.5em 2em;
  	padding: 2em 2.6em 2em 5.3em;
  }
}
@media (max-width: 1600px) {
	body {
		font-size: 12px;
	}
	#pageTitle {
		top: 17.5%;
	}
	#pageTitle h1 {
		font-size: 4em;
		margin: 8px 0 8px 35%;
	}
	#about {
		bottom: 5.34em;
		font-size: 1.1em;
		padding: 1.3em 2.5em 1.3em 5em;
	}
	#more {
		bottom: 0.85em;
		padding: 2.5em;
	}
	.next1 .text,
	.next .text {
		font-size: 15px;
		font-size: 1.25em;
	}
	.next1 .icon,
	.next .icon {
		background-size: 100%;
		height: 4.44em;
		width: 2.75em;
	}
	#map-eurasia,
	#map-america {
		background-size: 95%;
	}
}
@media (max-width: 1368px) {
	body {
		font-size: 10px;
	}
  #pageTitle {
		top: 10%;
	}
	#pageTitle h1 {
		margin: 8px 0 8px 38%;
	}
	#more {
		bottom: 0;
	}
	#about {
		bottom: 4.58em;
		padding: 1em 2em 1em 4em;
	}
	#about .col1,
	#about .col2 {
		width: 47%;
	}
	#map-eurasia,
	#map-america {
		background-size: 85%;
	}
}
@media (max-width: 1280px) {
	body {
		min-width: 1024px;
	}
	#about {
		padding: 0.5em 2.5em 0.5em 2.5em;
	}
  #about .col1,
	#about .col2 {
		width: 47.5%;
	}
  #about .col1 {
		margin-right: 4%;
	}
}
@media (max-width: 1024px) {
	body {
		width: 1024px;
	}
}
@media (view-mode: fullscreen) {
	body {
		min-width: 1920px;
	}
