@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: #d5db2a;
	color: #27292d;
	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;
}
h1 {
	font-family: 'Forum';
	font-weight: normal;
}
a {
	color: #303235;
	text-decoration: none;
}
p {
	margin: 0 0 10px 0;
}
nav ul,
nav li {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.cleanup {
  clear: both;
}

#header {
	background-image: url('/images2/lvivatgreatwar/themes-header.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	height: 12%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#mainContainer {
	bottom: 145px;
	left: 4%;
	position: absolute;
	right: 9%;
	top: 10%;
}
	#mainContainer #leftCol {
		bottom: 0;
		left: 0;
		position: absolute;
		top: 0;
		width: 31%;
	}
		#mainContainer #leftCol img {
			height: auto;
			margin-top: 22%;
			width: 60%;
		}
	#mainContainer #rightCol {
		bottom: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 82%;
	}
	#mainContainer h1 {
		background-color: #b2083d;
		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 #rightCol .listThemes {
			margin-top: 22%;
		}
			#mainContainer #rightCol .listThemes li {
				display: block;
				float: left;
				margin-bottom: 7px;
				margin-left: 3%;
				width: 22%;
			}
				#mainContainer #rightCol .listThemes li a {
					border-bottom: 3px solid #f1f1f1;
					display: block;
					font-family: 'MagistralC', 'Jura';
					font-size: 20px;
					line-height: 22px;
					min-height: 60px;
					padding: 5px 10px;
					text-align: right;
					/*text-transform: uppercase;*/
				}
					#mainContainer #rightCol .listThemes li.left a {
						text-align: left;
					}
					#mainContainer #rightCol .listThemes li a:hover {
						background-color: #b2083d;
						border-bottom: 3px solid #f1f1f1;
						color: #e5e5e5;
						text-decoration: none;						
					}
		#mainContainer #rightCol .clicktoproceed {
			font-size: 20px;
			margin-left: 3%;
			margin-top: 60px;
			text-decoration: underline;
		}

#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: #303235;
			}
		#footer nav a.howto {
			float: right;
			padding: 28px 3% 10px;
		}
		#footer nav a.howto.cur,
		#footer nav a.howto:hover {
			background-color: #218aaa;
		}
		#footer nav a.lang {
			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 .howtoblock {
		background-color: #218aaa;
		bottom: 100px;
		color: #fff;
		display: none;
		font-size: 21px;
		padding: 2% 1%;
		position: absolute;
		right: 10%;
		width: 272px;
		z-index: 9999;
	}
		#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/lvivatgreatwar/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;
			}
		#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;
		}
