* {
	font-family: Mariam, sans-serif;
	z-index: 0;
}
body {
	color: #5c5c5c;
	overflow: hidden;
}
strong, b {
	font-family: Mariam-Bold, Mariam, sans-serif;
}
.italic {
	font-style: italic;
}
article {
	padding-top: 70px;
	padding-bottom: 50px;
}
.site {
	overflow-x: hidden;
	visibility: hidden;
}
article img{
	margin: 10px 5px;
	/* margin: 10px 14px; */
	float: none; 
	max-width: 98%;
	display: inline;
	float: none;
    /* transition-delay: .8s; */
}
article .simple{
	opacity: 0;
	top: 500px;
	margin-top: 500px;
	
	-webkit-transition: 1.5s; 
	transition-duration: 1.5s;
    transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}
article h1 {
    opacity: 0;
    top: 200px;
	
	color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 8% 0;
    position: relative;
    width: 90%;
}
article h2 {
	opacity: 0;
	top: 200px;

	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 48px;
	margin: 2% 16%;
	margin-top: 10px;
	position: relative;
	width: 90%;
	max-width: 840px;
}
h2.title {
	font-size: 40px;
	margin-top: 90px !important;
}
article h2.center {
	max-width: 720px;
}
h3, h4, h5, h6 {
	margin: 20px auto;
	max-width: 840px;
}
.asterisk {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
}
article p {
	margin: 20px auto;
	color: #000;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    width: 70%;
	max-width: 840px;
	line-height: 38px;
    letter-spacing: 1px;
}
.description {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0px;
}

article .to-top {
	opacity: 1;
    top: 0;
    margin-top: 10px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.float-left {
	margin: 15px;
	float: left; 
}
.left {
	float: left; 
}
.right {
	float: right; 
}
.float-left:after, .float-right:after, .absolute:after {
	float: none; 
	clear: both;
}
.text-center 
{
	text-align: center;
	position: relative;
}
.overbase {
	z-index: 1000;
	top: 0px;
}
.left-to-right {
	margin-left: -900px;
	opacity: 0;
}
.right-to-left {
	margin-right: -900px;
	opacity: 0;
}
.base {
	z-index: 0;
}
.overflow-blur-base {
	position: absolute;
	filter: brightness(100%);
	/* left: 6px; */
	top: 0px;
	opacity: 0;
	
	-webkit-transition: 3s; 
	transition-duration: 3s;
    transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transform: translateX(-51%) translateY(0%);
}
.to-left {
	margin-right: 0;
	opacity: 1;
}
.to-right {
	margin-left: 0;
	opacity: 1;
}
.overflow-blur-top {
	/*margin-left: 0px;*/
	margin-left: -20px;
	top: 0;
	left: 0;
}

.black-white {
	-webkit-filter: grayscale(100%) brightness(70%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(70%);
}
.to-colored {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */ /* brightness(130%) */
	filter: grayscale(0%); /* brightness(130%)*/
	-webkit-transition: 4s;
	transition-duration: 4s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}

.quote {
	background-image: url('../images/paper.png');
	background-size: auto 100%;
	background-position: center;
    background-repeat: no-repeat;
	margin: 60px 0px;
	color: #555;
	margin-top: 500px;
	
	-webkit-transition: .8s; 
	transition-duration: .8s;
    transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}
blockquote {
	background-image: url('../images/paper.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	color: #555;
	margin: 0px;
	padding: 20px;
	
	margin-top: -300px;
    padding-top: 300px;
}

.no-overtop {
	margin-top: -40px;
    padding-top: 40px;
}
blockquote p{
	color: #000 !important;
	margin: 5px auto;
}
blockquote .title {
	text-align: center;
    max-width: 1000px;
	font-size: 30px;
}
blockquote .title:after {
	content: "\A";
	white-space: pre;
	max-width: 80%;
	height: 1px;
	background: gray;
	position: absolute;
	bottom: -10px;

	width: 40%;
	left: 30%;
}


.quote p{
	color: #555;
}
.clearfix {
	float: none;
	clear: both;
}
.newsfeed-month {
	font-size: 32px;
    font-weight: bold;
    color: #999;
    letter-spacing: 1px;
    margin-top: 20px;
}
.story-container {
	float: left;
	padding: 3px;
	width: 97%;
	padding-top: 20vh;
}
.story-item {
	/* text-align: center;
	max-width: 800px;
	margin: auto;
	margin-bottom: 80px; */
	text-align: center;
	max-width: 800px;
	height: 290px;
	margin-bottom: 80px;
	float: left;
	width: 33%;
}
.story-item img{
	max-width: 300px;
	width:100%;
}
.story-item a{
	text-decoration: none;
	color: white;
}
.story-item a:hover{
	color: #7e1416;
}
.story-item .title{
	font-size: 22px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
#close-menu {
	color: #990000;
	padding: 8px 15px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 35px;
	margin: 0px;
	float: right;
}
.col {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	max-width: 1256px;
	position: relative;
	height: 100%;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
header {
	background-color: #fff;
	height: 50px;
	left: 0;
	position: fixed;
	padding-bottom: 20px;
	-webkit-transition: top .5s;
	transition: top .5s;
	top: 0;
	width: 100%;
	z-index: 10000;
	border-bottom: 1px solid #eee;
	display: none;
}
.hide {
	top: -80px;
}
.logo {
	background: url(/assets/images/logo.png) no-repeat;
	float: left;
	height: 65px;
	width: 170px;
	background-size: 170px;
	margin: 4px 10px;
}
.logo_new_header{
	background: url(/assets/images/new_header/logo.png) no-repeat;
	margin: 3px 9px;
}
.chapter {
	position: absolute;
	right: 15px;
	bottom: 0;
	height: 44px;
	padding: 9px 15px;
	margin: 0;
	cursor: pointer;
	top: 13px;
	border: none;
	font-size: 20px;
	background: transparent;
}
.chapter img{
	margin-left: 10px;
}
.chapter:hover {
	color: #7e1416;
}
.logo-revolution {
	/* background: url(/assets/images/logo1917-small.svg) no-repeat;
	background: url(/assets/images/project-name.png) no-repeat;
	background-size: contain;
	bottom: 0;
	height: 27px;
	left: 50%;
	margin-left: -53px;
	position: absolute;
	width: 106px;*/
	background: url(/assets/images/new_header/project-name.png) no-repeat;
	background-size: contain;
	bottom: 0;
	height: 27px;
	left: 44%;
	margin-left: -53px;
	position: absolute;
	width: 312px;
}

#menu-screen {
	background-image: url(/assets/images/new_header/Background_header.png);
	background-repeat:	no-repeat;
    background-size: contain;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.uppercase {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.vertical-center {
	margin: 0 auto;
	background-image: url("/assets/images/quote_blue.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 300px;
	max-width: 1300px;
	width: 100%;

	height: 300px;
	display: table;
}
.vertical-center .blue-quote {
	color: white !important;
	letter-spacing: 1px;
	text-align: center;
	/* font-size: 32px;
	line-height: 49px; */
	font-size: 29px;
    line-height: 47px;
	
	font-weight: bold;
	padding: 0% 19%;
	display: table-cell;
	vertical-align: middle;
}
.author-name {
	text-align: center;
	max-width: 350px;
	padding-top: 0px;
	border-top: 1px solid #cccccc !important;
	margin-top: -20px;
	font-size: inherit;
	position: relative;
}
.underline-subtitle {
	letter-spacing: 1px;
	border-bottom: none !important;
	color: #000 !important;
}
.underline-subtitle:after {
	content: "\A";
	white-space: pre;
	max-width: 80%;
	height: 1px;
	background: gray;
	position: absolute;
	bottom: -10px;

	width: 40%;
	left: 30%;
}
.read-more {
	font-size: 25px;
	display: inline-block;
	border-bottom: 2px solid rgba(255, 255, 255, 0.25);
	color: white;
	margin-top: 60px;
	padding: 15px 0px;
	letter-spacing: 2px;
	font-weight: 600;
}
footer {
	background-image: url("/assets/images/footer.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 2%;
}
.previous-story, .next-story {
	width: 48%;
	margin-bottom: 10px;
}
.previous-story {
	text-align: right;
	float: left;
	padding-right: 20px;
}
.next-story {
	text-align: left;
	float: right;
}
.previous-story .link-container img, .next-story .link-container img{
	width: 100%;
	max-width: 530px;
}
.link-to-another-story {
	/*font-size: 25px;
	margin: 50px 0px;*/
	font-size: 22px;
	margin: 36px 0px;
}
.link-to-another-story a{
	text-decoration: none;
	color: #fff;
	letter-spacing: 2px;
	/* font-weight: bold; */
	font-size: 25px;
}
.link-to-another-story img{
	margin: 0 15px;
	margin-bottom: -2px;
}
.link-to-another-story a:hover{
	color: #7e1416;
}
.project-info {
	padding: 30px 5%;
	color: #7a7a7a;
	font-size: 16px;
	padding-bottom: 100px;
	margin-top: 40px;
}
.authors p{
	margin-top: 9px;
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #605e5e;
}
#overlay{
	position:fixed;
	z-index:99999;
	top:0;
	left:0;
	bottom:0;
	right:0;
	/* background:rgba(0,0,0,0.9);
    transition: 1s 0.4s;*/
}
#progress{
	height:1px;
	background:#ccc;
	position:absolute;
	width:0;
	top:50%;
	transition: 1s;
}
#progstat{
	font-size:2.2em;
	letter-spacing: 3px;
	position:absolute;
	top:50%;
	margin-top:-80px;
	width:100%;
	text-align:center;
	color:#ccc;
}


.article-info {
	margin: 20px auto;
	width: 70%;
	max-width: 840px;
	line-height: 30px;
	border-bottom: 2px solid #ccc;

	font-size: 13px;
	letter-spacing: 1px;
	color: #7a7a7a;
	font-weight: bold;
}
.article-info .views{
	margin-left: 75px;
}
.shares {
	float: right;
}
.shares-mob {
	display: none;
	text-align: center;
}
.fa {
	font-size: 16px !important;
	color: #aaa;
	padding: 0px 9px;
}
.fa:hover {
	color: #ccc;
}





/*
.max-logo, .social-logo{
	width: 245px;
	float: left;
}
.max-info, .sponsor-info {
	float: left;
}
.support-info {
	float: none;
}
.max-info p, .sponsor-info p , .support-info p {
	max-width: 880px;
}
.max-info p, .sponsor-info p {
	margin-top: 5px;
}
.sponsor-logo {
	float: right;
}
.sponsor-line {
	border-bottom: 1px solid #818181;
} */

.creators, .about {
	width: 46%;
	float: left;
	text-align: left;
}
.creators {
	padding-right: 3%;
}
.about {
	padding-left: 3%;
}
.mediamax-logo, .ena-logo {
	width: 27%;
	float: left;
	margin-bottom: 15px;
}
.ena-logo {
	width: 20%;
}
.mediamax-logo img, .ena-logo img {
	max-width: 100%;
}
.mediamax-logo img {
	margin-top: 22px;
}
.ena-logo img {
	margin-top: 0px;
}

.mediamax-text, .ena-text {
	width: 73%;
	float: left;
	font-size: 14px;
	margin-bottom: 15px;
}
.ena-text {
	width: 80%;
}
.mediamax-text p, .ena-text p {
	line-height: 20px;
}
.support-text {
	font-size: 12px;
}
.about-text, .about-text p  {
	font-size: 13px;
	line-height: 20px;
}

#top-info-block {
	margin: 0px;
	margin-bottom: 11px;
	width: 500px;
	max-width: 100%;
}
#top-info-block .text-center{
	display: inline;
}
.views{
	background-image: url(/assets/images/eye.png);
	background-repeat: no-repeat;
	background-position-y: 8px;
	padding-left: 23px;
}

#toTop {
	display: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    /* width: 70px;
    height: 70px; */
	width: 0px;
    background: #c3c3c3 url(/assets/images/up.png) no-repeat center center;
    opacity: .6;
    filter: alpha(opacity=30);
    z-index: 1000;
    border-radius: 45px;
}

#top-info-block-container {
	margin-bottom: 80px;
}

article ol {
	margin: 10px auto;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    width: 68%;
    max-width: 790px;
    line-height: 25px;
    letter-spacing: 0px;
	margin-top: -10px;
}


.search-form {
	float: right;
	padding: 16px 0px;
}
.search-form input{
	padding: 8px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
	width: 260px;
}
.search-form button{
	color: #990000;
	background: none;
    border: none;
    margin-left: -40px;
}
.search-form i{
	color: #990000;
}



