@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;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	background: url('/images2/november1918/november1918-bg.jpg'), linear-gradient(to right, rgba(100,100,100,0.01), rgba(0,0,0,1));
	background-size: cover;
	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;
   user-select: none;
}

#pageTitle {
	/*background-color: #b2083d;*/
	/*background-image: linear-gradient(to right, rgba(66,65,65,0.23), rgba(66,65,65,1));*/
	width: 53%;
	left: 42%;
    padding-left: 0px;
	position: absolute;
	right: 0;
	top: 8%;
	z-index: 3;
}
	#pageTitle h1 {
		color: #f1f1f1;
		font-family: 'Forum'; /* , Georgia, times;*/
		font-size: 28px;
		font-weight: normal;
		/*margin: 10px 0 10px 23%;*/
		padding: 0;
		text-transform: uppercase;
	}
	#pageTitle .col1 {
		display: block;
		float: left;
		/*padding-right: 19%;*/
		maring-right: 8%
		text-align: left;
		width: %; /* was 46% */
	}
	#pageTitle .col2 {
		display: block;
		float: right;
		text-align: left;
		width: 46%;
	}
	
#about {
	/*background-image: linear-gradient(to right, rgba(66,65,65,0.23), rgba(66,65,65,1));*/
	bottom: 180px;
	color: #f1f1f1;
	font-family: 'Roboto light';
	font-size: 15px;
	padding: 30px 60px 60px 80px; /* 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: left;
		width: 46%;
	}
	#about .col2 {
		display: block;
		float: left;
		text-align: left;
		width: 46%;
	}
	
a {
	color: #b2083d;
	text-decoration: none;
}

#more {
	/*background-color: rgba(213, 219, 42, 0.9);*/
	/*background-image: linear-gradient(to right, rgba(66,65,65,0.23), rgba(66,65,65,1));*/
	bottom: 100px;
	color: #303235;
	display: block;
	padding: 40px;
	position: absolute;
	right: 0;
	width: 60%;
	z-index: 10;
}
		.next1, 	.next {
			color: #f1f1f1;
		}
		.next1 .text {
			display: block;
			font-family: 'Forum'; /*, Georgia, times;*/
			font-size: 21px;
			position: absolute;
			right: 57%;
			text-align: right;
			/*text-transform: uppercase;*/
			top: 40%;
		}	
		.next .text {
			display: block;
			font-family: 'Forum'; /*, Georgia, times;*/
			font-size: 21px;
			position: absolute;
			right: 10%;
			text-align: right;
			/*text-transform: uppercase;*/
			top: 40%;
		}
		/*.next1 .icon {
			background-image: url('/images2/november1918/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/november1918/next.png');
			background-position: left top;
			background-repeat: no-repeat;
			bottom: 0;
			display: block;
			height: 67px;
			position: absolute;
			right: 5%;
			width: 41px;
		}*/

#buildings-left1 {
	background-image: url('/images2/november1918/buildings-left.png');
	background-position: right center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 65%;
	top: 0;
	z-index: 4;
}
#buildings-right1 {
	background-image: url('/images2/november1918/buildings-right.png');
	background-position: left center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 35%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
a.sg-authors-new {
	float: left;
	font-family: 'Forum';
	font-size: 21px;
	color: #fff;
}
a.sg-continue-new:hover,
a.sg-authors-new:hover{
	border-bottom: 3px solid #b2083d;
}
a.sg-continue-new {
	float: right;
	font-family: 'Forum';
	font-size: 21px;
}
#about .sg-col1-new {
	display: block;
	float: left;
	margin-right: 6%;
	text-align: left;
	width: 80%;
}
#about.sg-newAbout {
	top: 5em;
	color: #f1f1f1;
	font-family: 'Roboto light';
	font-size: 15px;
	line-height: 1.5;
	padding: 30px 20px 60px 80px;
	position: absolute;
	right: 0;
	/*width: 85%;*/
	z-index: 10;
}
.sg-new-titleHome {
	display: block;
	float: left;
	font-size: 2em;
	color: #f1f1f1;
	font-family: 'Forum';
	font-weight: normal;
	text-transform: uppercase;
}
#more-sg {
	bottom: 0;
	height: 160px;
	left: 0;
	position: absolute;
	right: 0;
}
#more-sg nav {
	margin-left: 4%;
	margin-right: 10%;
}
#more-sg nav a.lang {
	float: right;
	padding: 28px 3% 10px;
}
#more-sg nav a {
	display: inline-block;
	color: #eeeeee;
	float: left;
	font-family: 'Forum';
	font-size: 28px;
	padding: 28px 4% 10px;
}
#more-sg nav a:hover {
	border-bottom: 3px solid #b2083d;
}
@media (max-width: 1600px) {
	body {
		font-size: 12px;
	}
	#pageTitle h1 {
		/*font-size: 4em;*/
		/*margin: 0.2em 0 0.2em 23%;*/
	}
	#about {
		bottom: 6em;
		font-size: 1.1em;
		padding: 2em 2.7em 2em 5.3em;
	}
	#more {
		bottom: 1.3em;
		padding: 2.7em;
	}
	#more-sg {
		height: 6.7em;
	}
	.next1 .text,	
	.next .text {
		font-size: 1.7em;
	}
	.next .icon,
	.next1 .icon {
		background-size: 100%;
		height: 4.5em;
		width: 2.7em;
	}
}
@media (max-width: 1368px) {
	body {
		font-size: 12px;
	}
	#pageTitle h1 {
		font-size: 2em;
	}
	#about {
		bottom: 4.7em;
		padding: 0.9em 1.8em 0.9em 3em;
		width: 69%;
	}
	#about .col1 {
		width: 48%;
	}
	#more {
		bottom: 0;
		width: 69%;
	}
	.next .text {
		right: 8%;
	}
	.next .icon {
		right: 3%;
	}
	#pageTitle {
		top: 1%;
	}
	.next1 .icon {
		right: 51%;
	}
	.next1 .text {
		right: 56%;
	}
}
@media (max-width: 1280px) {
	body {
		font-size: 11px;
	}
	#pageTitle h1 {
		font-size: 2em;
	}
}
@media (max-width: 1024px) {
	body {
		font-size: 10px;
	}
	#pageTitle h1 {
		font-size: 2em;
	}
	#about {
		width: 69%;
	}
	#more {
		width: 69%;
	}
}
