blockquote {
	display: block;
	padding: 5px 0 5px 35px;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	line-height: 1.6;
    font-size: 17px;
    color: #555555;
	border-left: 5px solid #f7f7f7;
}

figure.left {
    padding-top: 25px;
    float:left;
    padding-right: 12px;
}

figure.right {
	padding-top:25px;
	float:right;
	padding-left:12px;
}

figcaption {
	text-align: center;
	color: #85898d;
}

span.russian {
  font-size: 18px;
	font-family: "Source Serif Pro";
	color: #ce3000;
}

a.linkpage {
    border-bottom: dotted 1px silver;
    text-decoration: none;
    transition: color .2s ease, border-bottom-color 0.2s ease;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
	font-family: Roboto Slab;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

h3 {
	font-size: 18px;
	font-size: 1.25rem;
}

h4 {
	font-size: 16px;
	font-size: 1.125rem;
}

h5 {
	font-size: 14px;
	font-size: 1rem;
}

h6 {
	font-size: 13px;
	font-size: 1rem;
}

.til a {
	color: #cd3f3a;
}

.widget__link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-transform: none;
}

figure.left {
	padding-top: 25px;
    float:left;
    padding-right: 12px;
}
