* {
	font-family: Dvin, sans-serif;
	z-index: 0;
}

body {
	margin: 0px;
	background-color: #ffffff;
}

strong, b {
	/*font-family: Dvin-Bold, Dvin, sans-serif;*/
}

.top-image {
	width: 100%;
	background-size: cover;
	padding: 100px 10px;
	background-position: center;
	margin: 0px -10px;
}
article h1, article h2, article h3, .title, .subtitle, .author  {
	margin: 40px auto;
    width: 92%;
	max-width: 880px;
	font-weight: normal;
	text-align: center;
}
article iframe  {
	
    width: 92%;
	max-width: 880px;
}

article div {
	margin-bottom: -6px;
}

.top-image h1, .top-image h2, .top-image h3, .title, .subtitle, .author  {
	margin: 50px auto;
    width: 100%;
	max-width: 1256px;
	font-weight: normal;
	text-shadow: 0px 0 white;
}
.visible-xs {
	display: none;
}
.div-background {
	background-color: #cecaca; 
	margin-top: -40px; 
	padding-top: 40px;
	margin-bottom: -40px; 
	padding-bottom: 40px;
	
	background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
}

article h2 {
	/*margin-bottom: 40px;*/
	margin-bottom: 10px;
	margin-top: 20px;
}
article h3 {
	font-size: 50px;
}
article h1, .title{
	margin-top: 0px;
    padding-top: 75px;
    font-size: 55px;
    letter-spacing: 1px;
    /*font-family: Dvin-Bold;
    font-weight: bold;*/
	width: 90%;
	max-width: 1040px;

}
.story-item .title {
	/*padding-top: 12px;
	padding-bottom: 30px;*/
}
.subtitle, .author {
	font-size: 40px;
}
.subtitle {
	color: #d15658 !important;
}

h2 {
	text-align: center;
    
    letter-spacing: 5px;
    font-size: 50px;
	font-family: Dvin-Semi-Bold;
}
hr {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	
	margin: 0 auto;
    width: 100%;
    max-width: 1620px;
    border: 2px solid #000;
}
div.center {
	display: block;
	
}
div.center-container {
	width: 100%;
	text-align: center;
}

/*article p::first-letter {
	-webkit-initial-letter: 4;
          initial-letter: 4;
		  font-size: 200%;
}*/
.first-letter {
	-webkit-initial-letter: 4;
          initial-letter: 4;
		  font-size: 200%;
}

.white-background {
	background-color: rgba(184,184,184,0.8); /*#bbbbbb;*/
	border-bottom: 1px solid #eee;
	
	position: fixed;
}

article p {
	margin: 20px auto;
    font-size: 20px;
    font-weight: 400;
    width: 90%;
	max-width: 1160px;
	line-height: 36px;
	z-index: 100;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
article img {
	z-index: 1;
	position: relative;
	margin: -4px !important;
}

.top-image * {
	color: #fff;
} 
.devider {
	padding: 32px;
	background-color: #fff;
}






.italic {
	font-style: italic;
}
article {
	padding-bottom: 50px;
}
.site {
	overflow-x: hidden;
	visibility: hidden;
}
article img{
	float: none; 
	max-width: 100%;
	display: inline;
	float: none;
}
.into_after_image {
	margin-bottom: -150px; 
	padding-bottom:50px
}
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;
}

.asterisk {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
}
.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; 
	width: auto;
	display: inline-block;
}
.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;*/
	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%;
}



.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: 5vh;
}
.story-half-container {
	width: 66%;
}
.news-container {
	
	padding-top: 2vh;
	width: 33%;
	float: left;
}
.news-container a{
	color: #fff;
	text-decoration: none;
	line-height: 1.5em;
}
.news-container-title{
	font-size: 24px; 
	border-bottom: 1px solid #fff; 
	color: #fff; 
	text-align: center; 
	line-height: 1.5em;
}

.news-container ul {
  list-style: none; /* Remove default bullets */
}

.news-container ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #be8d1f; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: 0em; /* Also needed for space (tweak if needed) */
}


.news-container a:hover{
	color: #be8d1f;
}
.story-item {
	/* text-align: center;
	max-width: 800px;
	margin: auto;
	margin-bottom: 80px;
	height: 290px; */
	text-align: center;
	max-width: 800px;
	/*margin-bottom: 80px;*/
	float: left;
	width: 33%;
	display: table;
	
}
.story-item:hover {
	background-color: #3577aa94;
}
.story-item .img{
	width: 300px;
	height: 300px;
	/*border: 25px solid white;
	border-radius: 50%;*/
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}
.story-item:hover .img{
	opacity: 0.9;
}
.story-item:hover .footer-img{
	opacity: 0.7;
}
.story-item a{
	text-decoration: none;
	color: white;
}
.story-item a:hover{
	color: #cccccc;
}
.story-item .title{
	font-size: 20px;
    /*line-height: 29px;*/
    padding-left: 68px;
    padding-right: 68px;
    width: 100%;
    height: 145px;
	display: table-cell;
    vertical-align: middle;
}
footer .story-item {
	
	float: none;
	margin: 0 auto;
}
footer .story-item .title{
	padding-bottom: 20px;
	/*height: auto; */
}
#close-menu {
	color: #d42a2d;
	padding: 18px 15px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 20px;
	margin: 0px;
	float: right;
	font-family: Dvin-Light;
}
.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: rgba(255,255,255,0.8);
	height: 50px;
	left: 0;
	padding-bottom: 20px;
	-webkit-transition: top .5s;
	transition: top .5s;
	top: 0;
	width: 100%;
	z-index: 10000;
	display: none;
}
.hide {
	top: -130px;
}
.logo, .logo_new_header {
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 65px;
	width: 170px;
	background-size: 170px;
	margin: 4px 10px;
}
.chapter {
	position: absolute;
	right: 15px;
	bottom: 0;
	height: 30px;
	padding: 9px 2px;
	margin: 0;
	cursor: pointer;
	top: 15px;
	border: none;
	font-size: 20px;
	background: transparent;
}
.chapter img{
	margin-left: 10px;
	/* filter: brightness(0) invert(1);*/
	height: 14px;
}
.white-background .chapter img{
	filter: brightness(0) invert(1);
}
.chapter:hover {
	color: #7e1416;
}
.logo-revolution {
	/* background: url(../images/logo1917-small.svg) no-repeat;
	background: url(../images/project-name.png) no-repeat;
	background-size: contain;
	bottom: 0;
	height: 27px;
	left: 50%;
	margin-left: -53px;
	position: absolute;
	width: 106px;*/
	
	
	/*background: url(../images/new_header/project-name.png) no-repeat;
	background-size: contain;*/
	bottom: 0;
    height: 46px;
    left: 43%;
    margin-left: -53px;
    position: absolute;
    width: 220px;
    color: #000;
    text-decoration: none;
    font-size: 30px;
    top: 34px;
    text-align: center;
    border-bottom: 1px solid #000;
}

#menu-screen {
	background-image: url(../images/new_header/Background_header.jpg);
	background-repeat:	no-repeat;
    background-size: cover;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.uppercase {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.vertical-center {
	margin: 0 auto;
	background-image: url("../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: 35px;
	display: inline-block;
	border-bottom: 2px solid rgba(255, 255, 255, 0.25);
	color: white;
	margin-top: 30px;
	padding: 15px 0px;
	letter-spacing: 2px;
	font-weight: normal;
}
footer {
	background-image: url("../images/footer.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
    padding-bottom: 2%;
    background-position: center;
}
.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: 22px;
	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: 880px;
	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;
}
article .shares {
	margin-bottom: 22px;
}
.shares-mob {
	display: none;
	text-align: center;
}
.fa {
	font-size: 16px !important;
	color: #aaa;
	padding: 0px 9px;
}
.fa:hover {
	color: #ccc;
}

.creators, .about {
	width: 46%;
	float: left;
	text-align: left;
}
.creators {
	padding-right: 3%;
}
.about {
	padding-left: 3%;
}
.mediamax-logo, .ena-logo {
	width: 30%;
	float: left;
	margin-bottom: 15px;
	padding-right:5%;
}
.ena-logo {
	width: 30%;
	padding-top: 0px;
	margin-top: -16px;
}
.mediamax-logo img, .ena-logo img {
	max-width: 100%;
}
.mediamax-logo img {
	margin-top: 18px;
}
.ena-logo img {
	margin-top: 0px;
}

.mediamax-text, .ena-text {
	width: 60%;
	float: left;
	font-size: 14px;
	margin-bottom: 15px;
}
.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(../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;
    background: #c3c3c3 url(../images/up.png) no-repeat center center;
    opacity: .6;
    filter: alpha(opacity=30);
    z-index: 1000;
	cursor: pointer;
}

#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: 20px 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: #4c4c4c;
}

.month-name {
	font-size: 60%;
}


.quote {
	text-transform: uppercase;
	border-left: 1px solid #333;
	line-height: 34px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 23px;
}

.bacatrutyun {
	font-size: 15px !important;
    line-height: 24px;
}
p.bacatrutyun, .bacatrutyun>p, .bacatrutyun>span  {
	font-size: 15px !important;
}
.bacatrutyun:before {
	content: "";
    width: 350px;
    max-width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    position: relative;
    display: block;
	top: -8px;
	margin-top: 44px;
}

.hovanavor img{
	    margin: -7px 18px;
    height: 92px;
}


.background {
	text-decoration: none !important;
}

.olympic-logo {
	position: absolute;
	z-index: 10;
	position: absolute;
    z-index: 10;
    width: 100%;
    padding: 9px 14px;
}
.olympic-logo img{
	max-width: 20%;
}