html, body {
	margin: 0;
	font-family:Helvetica,Arial,sans-serif;
}

main {
	max-width: 980px;
	margin: auto;
}
a, a:visited {
	text-decoration: none;
	color: #007FF0;
}
a:hover {
	color: #FF9500 ;
}
header {
	padding: 0px 10px;
	background-color: rgb(239, 239, 239);
}
header h1 {
	max-width: 960px;
	margin: auto;
	font-family: 'Titillium Web', sans-serif;
	font-size: 45px;
}
header h1 > a, header h1 > a:hover, header h1 > a:visited {
	color: rgb(202, 0, 0);
	margin: 0;
}
footer {
	padding: 0px 10px;
	background-color: rgb(239, 239, 239);
}
footer div {
	max-width: 960px;
	margin: auto;
    padding: 20px 0;
    font-size: 12px;
    color: gray;
    text-align: center;
}

.article-list, .article-list-two-row {
	padding: 10px;
}
.article-list {
	max-width: 560px;
    padding-left: 40px;
}
.article-list > .article {
	display: flex;
}
.article-list > .article > div {
	flex-shrink: 1;
}
.article-list .article-img-wrap {
	margin-right: 20px;
	width: 170px;
	flex-shrink: 0 !important;
}
.article-list .article-img {
	width: 170px;
	height: 96px;
    overflow: hidden;
    display: block;
}
.article-list .article-img img {
	width: 100%;
	height: auto;
}
.attribution, .attribution a {
    font-size: 9px;
    color: #DCDCDC;
    text-align: right;
}
.attribution a:hover {
    text-decoration: underline;
}
.article {
	padding: 15px 0 15px 0;
}
.article h2 {
	font-size: 20px;
	margin-top: 5px;
}
.article .desc {
	font-size: 18px;
}

.article-list-two-row .article-img {
	max-width: 300px;
    height: 96px;
    display: block;
    overflow: hidden;
}
.article-list-two-row .article-img img {
	max-width: 300px;
	height: auto;
}

.article-list-two-row {
	width: 300px;
}
.article-page .article-list-two-row{
    padding-top: 35px;
}
.big-article > a {
	max-width: 560px;
	height: 300px;
	flex-shrink: 0;
    overflow: hidden;
	display: block;
	position: relative;
}
.big-article h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-height: 240px;
	max-width: 400px;
	padding: 20px;
	background-color: rgba(255,255,255, 0.8);
}
.big-article img {
    width: 100%;
    height: auto;
}
.article-page .big-article > a {
    height: auto !important;
    max-height: 450px;
    overflow: hidden;
}
.bar-below-headline {
    padding: 10px 0 15px 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.date {
    color: gray;
    font-size: 12px;
}
.bar-below-headline .credits {
    color: gray;
    font-size: 13px;
    display: flex;
}
.bar-below-headline .credits .name{
    padding-bottom: 5px;
    padding-top: 4px;
    font-size: 15px;
}
.credits img {
    margin-right: 15px;
}
.credits .name {
    font-weight: bold;
}
a.section-header, a.section-header:visited, a.menu-link {
    background-color: #EFEFEF;
    text-align: right;
    padding: 0px 20px;
    color: #CA0000;
    font-size: 19px;
    font-family: 'Titillium Web', sans-serif;
    display: block;
}
a.menu-link {
    background-color: #FFF;
}
.menu-link span {
    font-style: normal;
    display: inline-block;
    position: relative;
    top: -1px;
}
.article-list a.section-header  {
    margin-bottom: 15px;
}
#menu-btn {
    float: right;
    display:none;
    height: 68px;
    line-height: 68px;
    cursor: pointer;
}
#menu {
    display: none;
}
@media (max-width: 900px) {
    .article-list-two-row { 
        display: none;
    }
    #menu-btn {
        display: block;
    }
    #menu-btn img {
        vertical-align: middle;
    }
}

@media (max-width: 400px) {
    .article-list .article-img {
        width: 100px;
    }
    .article-list > .article-img > img,
    .article-list .article-img-wrap {
        width: 100px;
        height: 56px;
    }
    .big-article, .big-article > a {
        height: auto;
    }
    .big-article h2 {
        font-size: 20px;
    }
}

.voter {
    position: relative;
}
.voter > div {
    position: absolute;
    top: 31px;
    left: -27px;
}
.voter a {
    color: #D1D1D1;
    display: block;
    cursor: pointer;
}
.voter a.up:hover, .voter a.up.active {
	color: #FF9500;
}
.voter a.down:hover, .voter a.down.active {
	color: #007FF0;
}
.article-page .voter > div {
    top: 0;
    left: -28px;
}
.display-flex {
    display:flex;
}
.load-more {
    background-color: #EFEFEF;
    text-align: center;
    color: #CA0000;
    font-size: 19px;
    font-family: 'Titillium Web', sans-serif;
    display: block;
    padding: 10px;
    border: 1px solid #CCC;
    cursor: pointer;
    max-width: 560px;
    margin-bottom: 30px;
}


@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?14005035');
  src: url('../font/fontello.eot?14005035#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?14005035') format('woff'),
       url('../font/fontello.ttf?14005035') format('truetype'),
       url('../font/fontello.svg?14005035#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?14005035#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-heart:before { content: '\e800'; } /* '' */
.icon-heart-empty:before { content: '\e801'; } /* '' */