@charset "UTF-8";
/* @version 4.2.2 */
/*!
TYPEPLATE
URL ........... http://typeplate.com
VERSION ....... 1.1.3
Github ........ https://github.com/typeplate/bower
AUTHORS ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
LICENSE ....... Creative Commmons Attribution 3.0 (http://creativecommons.org/licenses/by/3.0)
LICENSE URL ... https://github.com/typeplate/bower/blob/master/license.txt
*/@font-face{font-family:"Ampersand";src:local("Georgia"),local("Garamond"),local("Palatino"),local("Book Antiqua");unicode-range:U+0026}@font-face{font-family:"Ampersand";src:local("Georgia");unicode-range:U+270C}body{word-wrap:break-word}pre code{word-wrap:normal}html{font:normal 100%/1.65 serif}body{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto;color:#444}small{font-size:65%}h1,h2,h3,h4,h5,h6{text-rendering:optimizeLegibility;line-height:1;margin-top:0}.tera{font-size:117px;font-size:7.3125rem;margin-bottom:0.22564px;margin-bottom:0.22564rem}.giga{font-size:90px;font-size:5.625rem;margin-bottom:0.29333px;margin-bottom:0.29333rem}.mega{font-size:72px;font-size:4.5rem;margin-bottom:0.36667px;margin-bottom:0.36667rem}.alpha,h1{font-size:38px;font-size:2.375rem;margin-bottom:0.69474px;margin-bottom:0.69474rem}.beta,h2{font-size:34px;font-size:2.125rem;margin-bottom:0.77647px;margin-bottom:0.77647rem}.gamma,h3{font-size:28px;font-size:1.75rem;margin-bottom:0.94286px;margin-bottom:0.94286rem}.delta,h4{font-size:24px;font-size:1.5rem;margin-bottom:1.1px;margin-bottom:1.1rem}.epsilon,h5{font-size:20px;font-size:1.25rem;margin-bottom:1.32px;margin-bottom:1.32rem}.zeta,h6{font-size:18px;font-size:1.125rem;margin-bottom:1.46667px;margin-bottom:1.46667rem}p{margin:auto auto 1.5em}abbr,acronym,blockquote,code,dir,kbd,listing,plaintext,q,samp,tt,var,xmp{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;-o-hyphens:none;hyphens:none}pre code{white-space:-moz-pre-wrap;white-space:pre-wrap}pre{white-space:pre}code{white-space:pre;font-family:monospace}abbr{font-variant:small-caps;font-weight:600;text-transform:lowercase;color:gray}abbr[title]:hover{cursor:help}h1,h2,h3,h4,h5,h6{color:#222}p+.drop-cap{text-indent:0;margin-top:0}.drop-cap:first-letter{float:left;margin:inherit;padding:inherit;font-size:4em;font-family:inherit;line-height:1;text-indent:0;background:transparent;color:inherit}.lining dt,.lining dd{display:inline;margin:0}.lining dt+dt:before,.lining dd+dt:before{content:"\A";white-space:pre}.lining dd+dd:before{content:", "}.lining dd:before{content:": ";margin-left:-0.2rem}.dictionary-style dt{display:inline;counter-reset:definitions}.dictionary-style dt+dt:before{content:", ";margin-left:-0.2rem}.dictionary-style dd{display:block;counter-increment:definitions}.dictionary-style dd:before{content:counter(definitions,decimal) ". "}.pull-quote{position:relative;padding:1em}.pull-quote:before,.pull-quote:after{height:1em;opacity:0.5;position:absolute;font-size:4em;color:#dc976e}.pull-quote:before{content:'“';top:0;left:0}.pull-quote:after{content:'”';bottom:0;right:0}


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, picture, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.page,
.page__background,
.page__content {
	background: transparent;
}

.article-list {
	background: transparent;
	padding-bottom: 100px;
}
.article-list__article {
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
	margin-bottom: 0;
}

.article-list__article .ripple--material {
	z-index: 1;
	left: -20px;
}
.article-list__article > div.list-item__center {
	border: 0;
	background: transparent;
}

.article-list__wrap {
	flex-direction: row;
	max-width: 100%;
	width: 100%;
	align-items: flex-start;
}

.article-list__wrap picture,
.article-list__wrap figure {
	flex: 0 1 36%;
	padding-top: 25%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	order: 2;
}

.article-list__thumb:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(200,200,200,0.5);
	opacity: 1;
}
.article-list__thumb.loaded:after, .article-list__thumb.lazyfinished:after {
	opacity: 0;
	transition: opacity 1s ease;
}
.article-list__content h2 {
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}

.article-list__content p {
	overflow: hidden;
	position: relative;
	line-height: 1.25em;
	max-height: 3.6em;
	text-align: left;
	margin-right: 0;
	padding-right: 0;
	color: #666;
}

.article-list__meta {
	display:block;
	font-weight: normal;
	color: #333;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;

}
.article-list__content p.article-list__meta_date {
	display:block;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #999;
	font-size: 0.8rem;

	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
}
.article-list__meta_custom_field {
	white-space: normal;
}
.article-list__meta_category {
	float:left;
	margin-right: 10px;
	overflow-x: hidden;
}

html[dir="rtl"] .article-list__meta_category {
	float:right;
	margin-right: 0;
	margin-left: 10px;
}

.article-list__meta_custom_field, .article-list__meta_date, .article-list__meta_comments {
	clear: both;
}
.article-list__content h2, .article-list__content p, .article-list__meta_custom_field, .article-list__meta_date, .article-list__meta_comments, .article-list__meta_category, .article-list__meta_author {
	padding-top: 10px;
}
.article-list__content h2 + p {
	padding-top: 5px;
}

.is-placeholder .article-list__meta {
	display:none;
}
.article-list__meta a {
	color: #ff0033;
	text-decoration: none;
	display: inline-block;
}

.article-list__meta span {
	display: inline-block;
	margin-left: 10px;
}

.article-list__meta_categories {
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.article-list__meta a:not(:first-child)::before {
	display: inline-block;
	width: 3px;
	height: 3px;
	content: "";
	border-radius: 50%;
	background: #666;
	margin-right: 4px;
	position: relative;
	top: -3px;
}


.article-list__article.is-placeholder h2::after,
.article-list__article.is-placeholder p::after,
.article-list__article.is-placeholder p::before,
.article-list__article.is-placeholder a::after,
.article-list__article.is-placeholder span::after {
	content: '';
	display: block;
	background: #eeeeee;
	height: 11px;
}

.article-list__article.is-placeholder h2::after {
	height: 20px;
}

.article-list__article.is-placeholder a::after {
	background: #666666;
}

.article-list__article.is-placeholder a::after,
.article-list__article.is-placeholder span::after{
	height: 11px;
	width: 185px;
}
.article-list__article.is-placeholder p::after {
	height: 11px;
	/*	margin-bottom: 18px;*/
}
.article-list__article.is-placeholder p::before {
}
.article-list__article.is-placeholder p::after {
	width: 65%;
	margin-top: 5px;
}

.article-list__article.is-placeholder a::after,
.article-list__article.is-placeholder span::after {
	height: 10px;
	width: 60px;
}

#loading-more {
	position: fixed;
	bottom: 12px;
	width: 40px;
	height: 40px;
	left: 50%;
	margin-left: -20px;
}

.article-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.article-list__article {
	flex: 0 0 100%;
	box-sizing: border-box;
}
.article-list__article > div.list-item__center {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 15px 0 18px 0;
	max-width: 100%;
}
.article-list__wrap {
	display: block;
}
.article-list__wrap picture,
.article-list__wrap figure {
	width: 100%;
	max-width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	flex: 1 1 auto;
}

.article-list__wrap picture.article-list__thumb-empty,
.article-list__wrap figure.article-list__thumb-empty {
	display: none;
}
.article-list__wrap picture.article-list__thumb-empty + .article-list__content,
.article-list__wrap figure.article-list__thumb-empty + .article-list__content {
	margin-top: -10px;
}
.article-list__meta-empty {
	display: none;
}

.article-list__wrap picture img,
.article-list__wrap figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 100%;
	height: auto;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.article-list__content {
	flex: 1 1 auto;
	padding: 0 0 0 0;
	text-align: left;
}
.article-list__content p {
	text-align: left;
}

html[dir="rtl"] .article-list__content, html[dir="rtl"] .article-list__content p, html[dir="rtl"] .article-list__meta {
	text-align: right;
}

@media (max-width: 767px) {
	.ml-article-list .article-list__article {
		border-bottom: solid 1px #e9e9e9;
	}
}
@media (min-width: 768px) {
	.ml-article-list .article-list__article {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 10px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.ml-article-list .article-list__article:nth-child(2n+1) {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ml-article-list .article-list__article:nth-child(2n) {
		padding-left: 10px;
		padding-right: 10px;
	}
	.article-list__article > div.list-item__center {
		border-bottom: solid 1px #e9e9e9;
	}

	.article-list__meta {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		max-width: 100%;
	}
}
#pull-hook {
	font-size: 0;
	text-indent: -9999px;
}

#pull-hook.ios {
	background: url(../../assets/img/ios-spinner.svg) no-repeat center;
	background-size: 48px 48px;
}

#pull-hook.android {
	background: url(../../assets/img/android-spinner.svg) no-repeat center;
	background-size: 48px 48px;
}

.article-list__article {
	-webkit-transition: height .55s ease;
	-o-transition: height .55s ease;
	transition: height .55s ease;
	overflow: hidden;

}
.article-list__article.new-item {
	display: none;
}

/* Compact theme */

.ml-theme-compact .article-list__meta {
	display:none;
}
.ml-theme-compact .article-list__wrap {
	display:flex;
}
.ml-theme-compact .article-list__wrap picture,
.ml-theme-compact .article-list__wrap figure {
	order: 0;
	flex: 0 1 43%;
	padding-top: 33%;
}
.ml-theme-compact .article-list__wrap .article-list__content {
	margin-top: -10px;
}
.ml-theme-compact .article-list__wrap .article-list__content {
	order: 1;
	flex: 0 1 57%;
	padding: 0 0 0 20px;
}
html[dir="rtl"] .ml-theme-compact .article-list__wrap .article-list__content {
	padding: 0 20px 0;
}

.ml-theme-compact .article-list__content p {
	font-size: 0.9rem;
}

@media (min-width: 768px) {
	.ml-theme-compact .article-list__meta {
		display:none;
	}
}
/* lazy images */
.lazyload {
	opacity: 1;
}
.ls-blur-up-img {
	display:none !important;
}
figure img {
	opacity: 0;
	filter: blur(4px);
	transition: opacity 2000ms ease;
}
figure.lazyfinished img.lazyloaded {
	opacity: 1;
	filter: none;
	transition: opacity 1000ms ease, filter 1000ms;
}
