@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);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,600);

html {
	height: 100%;
	width: 100%;
}
body {
	/*background-color: #999999;*/
	background-blend-mode: multiply;
	background: url('/images2/november1918/november1918-bg.jpg'), linear-gradient(to right, rgba(105,105,105,0.45), rgba(0,0,0,1));
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	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: #ffffff;
	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/november1918/themes-header.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	height: 9%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#mainContainer {
	bottom: 120px;
	left: 7%;
	position: absolute;
	right: 9%;
	top: 8%;
}
	#mainContainer #leftCol {
		bottom: 0;
		left: 0;
		position: absolute;
		top: 0;
		width: 0%;
	}
		#mainContainer #leftCol img {
			height: auto;
			margin-top: 22%;
			width: 100%;
		}
	#mainContainer #rightCol {
		bottom: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	#mainContainer h1 {
		background-color: #b2083d;
		color: #f1f1f1;
		font-family: 'Forum';
		font-size: 32px;
		font-weight: normal;
		/*left: 3%;*/
		margin: 0;
		padding: 5px 10% 5px 20px; 		/*padding: 5px 10% 5px 10px;*/
		position: absolute;
		text-transform: uppercase;
	}
		#mainContainer #rightCol .listThemes {
			margin-top: 6%;
		}
			#mainContainer #rightCol .listThemes li {
				display: block;
				float: left;
				margin-bottom: 54px; /* margin-bottom: 7px; */
				/*margin-left: 3%;*/
				width: 20%;
			}
				#mainContainer #rightCol .listThemes li.vis {
					display: block;
				}
				#mainContainer #rightCol .listThemes li.hid {
					display: none;
				}
				#mainContainer #rightCol .listThemes li a {
					border-bottom: 4px solid #ffffff;
					display: block;
					font-family: 'Forum'/*, 'Jura'*/;
					font-size: 20px;
					line-height: 26px;
					min-height: 40px;
					/*padding: 5px 10px;*/
					/*text-align: right;*/
					text-transform: uppercase;
				}
					#mainContainer #rightCol .listThemes li.left a {
						text-align: left;
					}
					#mainContainer #rightCol .listThemes li.active a,
					#mainContainer #rightCol .listThemes li a:hover {
						/*background-color: #b2083d;*/
						border-bottom: 4px solid #b2083d;
						/*color: #e5e5e5;*/
						text-decoration: none;						
					}
			#mainContainer #rightCol .listThemes ul.category li {
				display: block;
				float: left;
				margin-bottom: 7px;
				/*margin-left: 3%;*/	
				width: 20%;
			}
				#mainContainer #rightCol .listThemes ul.category li.vis {
					display: block;
				}
				#mainContainer #rightCol .listThemes ul.category li.hid {
					display: none;
				}
				#mainContainer #rightCol .listThemes ul.category li a {
					border-bottom: 0px solid #ffffff;
					display: block;
					font-family: 'Roboto light';
					font-size: 16px;
					/*line-height: 30px;  /* line-height: 22px;*/
					/*min-height: 45px; /* min-height: 57px;*/
					/*padding: 5px 10px;*/
					/*text-align: right;*/
					text-transform: none;
				}
					#mainContainer #rightCol .listThemes ul.category li.left a {
						text-align: left;
					}
					#mainContainer #rightCol .listThemes ul.category li.active a,
					#mainContainer #rightCol .listThemes ul.category li a:hover {
						/*background-color: none;*/
						border-bottom: 2px solid #b2083d;
						/*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: 160px;
	left: 0;
	position: absolute;
	right: 0;
}
	#footer nav {
		margin-left: 4%;
		margin-right: 10%;
	}
		#footer nav a {
			display: inline-block;
			color: #eeeeee;
			float: left;
			font-family: 'Forum';
			font-size: 28px;
			padding: 28px 4% 10px;
		}
			#footer nav a.cur,
			#footer nav a:hover {
				/*background-color: #d5db2a;*/
				/*color: #303235;*/
				border-bottom: 3px solid #b2083d;
			}
		#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/november1918/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;
		}
