/*
Theme Name: NCCRBlog
Author: Weblotion Markus Böniger
Author URI: http://weblotion.ch
Version: 1.0
Description: DO NOT ACTIVATE! NCCR Blog. Online since 1st of February 2016.
Theme URI: http://blog.nccr-onthemove.ch
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.lang-list,
.post ul,
.links,
.widget ul,
.navbar > ul,
.navbar > ul ul,
#footer .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#main #content:after,
.post .line:after,
.comment-form:after,
.comment-form .form-row:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #646363;
	background: #fff;
	font: 16px / 1.25 "HelveticaNeueW01-55Roma", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.25em;
}

blockquote {
	border-left: 4px solid #646363;
	padding-left: .5em;
	margin-left: 1.25em;
}

th,
td {
	border: 1px solid #646363;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #646363;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #646363;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #646363;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #646363;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #646363;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 15px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #e30613;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.25em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.25em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.25em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #e30613;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.25em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #e30613;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #646363;
	padding: .4em;
	margin-bottom: 1.25em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.25em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.25em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.25em;
}

.mejs-container {
	margin-bottom: 1.25em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
	margin: 0 0 .5em;
	color: inherit;
}

strong {
	font-weight: normal;
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #646363;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #e30613;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?w8e37w");
	src: url("fonts/icomoon.eot?w8e37w#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?w8e37w") format("truetype"), url("fonts/icomoon.woff?w8e37w") format("woff"), url("fonts/icomoon.svg?w8e37w#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
	content: "\e906";
}

#wrapper {
	position: relative;
	max-width: 1060px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 20px;
}

#header {
	padding: 62px 0 50px;
}

#header .right {
	float: right;
	width: 250px;
	padding: 9px 0 0;
}

#header .search-form {
	position: absolute;
	right: 60px;
	top: 5px;
	display: none;
}

.menu-opener {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	width: 52px;
	height: 40px;
	display: none;
}

.menu-opener:before,
.menu-opener:after,
.menu-opener span {
	background: #000;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.menu-opener:before,
.menu-opener:after {
	content: "";
	top: 30%;
}

.menu-opener:after {
	top: 70%;
}

.menu-opener:hover {
	opacity: .9;
}

.menu-active .menu-opener:after,
.menu-active .menu-opener:before,
.menu-active .menu-opener span {
	background: #e30613;
}

.logo-box {
	float: left;
	margin: -2px 0 0 -1px;
	width: 250px;
}

.logo-box .logo {
	display: inline-block;
	vertical-align: top;
}

.logo-box img {
	display: block;
}

.description {
	display: block;
	overflow: hidden;
	max-width: 390px;
	padding: 29px 11px 0;
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #e30613;
	word-spacing: 2px;
}

.lang-list {
	float: left;
	margin: 0 0 0 12px;
	font-size: 12px;
	line-height: 15px;
}

.lang-list a {
	color: #808080;
	text-decoration: none;
}

.lang-list a:hover {
	color: #646363;
}

.lang-list .active a {
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #646363;
}

.sub-logo {
	float: right;
	margin: 2px 0 0;
}

.sub-logo img {
	display: block;
}

#main {
	margin: 0 0 25px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

#main #sidebar,
#main .aside {
	width: 251px;
	vertical-align: top;
	border: solid #bfbfbf;
}

#main #sidebar {
	border-width: 0 0 0 1px;
	padding-left: 10px;
	width: 252px;
}

#main .aside {
	border-width: 0 1px 0 0;
	padding-right: 10px;
}

#main #content {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px 155px;
}

#main #content .prev {
	float: right;
	margin: 0 0 15px;
}

#main #content .next {
	float: left;
	margin: 0 0 15px;
}

.post {
	border-bottom: 1px solid #cfcfcf;
	padding: 0 0 16px;
	margin: 0 0 14px;
}

.post.single-post {
	border: none;
	margin: 0;
	padding: 0;
}

.post.single-post p {
	margin: 0 0 20px;
}

.post:first-child {
	margin-top: -4px;
}

.post h1 {
	font-size: 26px;
	line-height: 31px;
	margin: 0 0 5px;
}

.post h1:after {
	display: block;
	margin: 5px 0 0 -4px;
	content: "–";
}

.post h1 a {
	text-decoration: none;
}

.post .meta {
	display: block;
	margin: 0 0 13px;
}

.post p {
	margin: 0 0 11px;
}

.post .line {
	margin: -2px 0 15px;
}

.post .btn-comment {
	float: left;
	border: 1px solid #bfbfbf;
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: inherit;
	padding: 6px 10px;
	text-decoration: none;
}

.post .btn-comment:hover {
	background: #eee;
}

.post .tagcloud {
	border: none;
}

.post .print {
	float: right;
	margin: 7px 0 0;
}

.post img {
	display: block;
	margin: -5px 0 16px;
}

.post ul {
	margin: 0 0 20px;
}

.post ul .active a {
	color: #e30613;
}

.widget:first-child .links li:first-child {
	padding-top: 0;
}

.widget:last-child .links li:last-child {
	border-bottom: none;
}

.links {
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 13px;
}

.links li {
	padding: 15px 0 17px;
	border-bottom: 1px solid #c7c7c7;
}

.links a {
	text-decoration: none;
}

.tagcloud {
	border-bottom: 1px solid #c7c7c7;
	padding: 0 10px 15px 0;
}

.tagcloud .slide {
	display: none;
}

.tagcloud .more {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin: 16px 0 0;
}

.tagcloud .more em {
	font-style: normal;
	display: none;
}

.tagcloud.active .more span {
	display: none;
}

.tagcloud.active .more em {
	display: inline;
}

.widget.text {
	margin: 0 0 5px;
}

.widget.text p {
	margin: 0;
}

.widget ul {
	padding: 0;
}

.navbar {
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: -4px 0 0;
}

.navbar > ul > li {
	margin: 0 0 4px;
}

.navbar > ul > li > a {
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #949494;
	text-decoration: none;
	padding: 0 0 5px;
}

.navbar > ul > li > a:hover {
	border-color: #e30613;
}

.navbar > ul ul li {
	position: relative;
	padding-left: 13px;
}

.navbar > ul ul li:before {
	position: absolute;
	content: "â€“";
	top: -1px;
	left: 0;
}

.navbar > ul ul li:last-child a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 4px 13px;
	border-bottom: 2px solid #949494;
	margin-left: -13px;
}

.navbar > ul ul a {
	text-decoration: none;
}

.navbar .active > a {
	color: #e30613;
	border-color: #e30613;
}

#footer {
	border-top: 1px solid #bfbfbf;
	padding: 25px 0 30px;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}

#footer .right {
	float: right;
	width: 250px;
	padding: 0 0 0 10px;
}

#footer .list {
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
}

#footer .list a {
	color: inherit;
	text-decoration: none;
}

#footer .list a:hover {
	color: #e30613;
}

#footer .twitter {
	font-size: 20px;
}

#footer .text {
	display: block;
	overflow: hidden;
	max-width: 270px;
	padding: 0 10px;
}

.comments h2 {
	font-size: 16px;
	line-height: 20px;
}

.comments .comment {
	margin: 0 0 21px;
}

.comments p {
	margin: 0 !important;
}

.comments .meta {
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comments .commentlist-item {
	margin-bottom: 41px;
}

.comments .commentlist-item:last-child {
	margin-bottom: 0;
}

.comments .commentlist-item:last-child .comment {
	margin: 0 0 16px;
}

.comments .commentlist {
	padding: 14px 0 0;
	border-bottom: 1px solid #bfbfbf;
}

.comment-form {
	margin: 0 0 -6px;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	margin: 0 0 20px;
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 6px 11px;
}

.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
	position: relative;
}

.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #9f9f9f;
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
	opacity: 1;
	color: #9f9f9f;
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type=text]:-moz-placeholder,
.comment-form input[type=email]:-moz-placeholder,
.comment-form textarea:-moz-placeholder {
	color: #9f9f9f;
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
	color: #9f9f9f;
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type=text].placeholder,
.comment-form input[type=email].placeholder,
.comment-form textarea.placeholder {
	color: #9f9f9f;
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form textarea {
	height: 138px;
	min-height: 138px;
}

.comment-form .form-row input[type=text] {
	float: left;
	width: 50%;
	margin: 0 -1px 20px 0;
}

.comment-form .form-row.submit {
	position: relative;
	padding: 0 125px 0 0;
}

.comment-form .form-row.submit input[type=email] {
	border-width: 1px 0 1px 1px;
}

.comment-form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	height: 34px;
	font-size: 16px;
	line-height: 20px;
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: none;
	border: 1px solid #bfbfbf;
	border-width: 1px;
	color: #ea444e;
	text-align: left;
	padding: 0 10px;
}

.comment-form input[type=submit]:hover {
	background: #eee;
}

div.author img {
	display: block;
	margin: 0 0 27px;
}

div.author h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 14px;
}

div.author h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

div.author p {
	margin: 0 0 20px;
}

div.author a {
	text-decoration: none;
}

.search-form input[type=search] {
	margin: -5px 0 0;
	border: none;
	border-bottom: 2px solid #d0d0d0;
	width: 55px;
	padding: 0;
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #acacac;
}

.search-form input[type=search]::-webkit-input-placeholder {
	color: #acacac;
}

.search-form input[type=search]::-moz-placeholder {
	opacity: 1;
	color: #acacac;
}

.search-form input[type=search]:-moz-placeholder {
	color: #acacac;
}

.search-form input[type=search]:-ms-input-placeholder {
	color: #acacac;
}

.search-form input[type=search].placeholder {
	color: #acacac;
}

.search-form input[type=submit] {
	display: none;
}

@media only screen {
	body {
		min-width: 1035px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 769px) {
	#main #sidebar,
	#main .aside {
		display: table-cell;
	}
}

@media only screen and (min-width: 769px) {
	#main .aside.js-slide-hidden {
		display: table-cell !important;
		left: auto !important;
		top: auto !important;
		position: static !important;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 768px) {
	body {
		min-width: 320px;
	}
}

@media only screen and (max-width: 768px) {
	#wrapper {
		padding: 0;
	}

	#header {
		padding: 10px 10px 30px;
	}

	#header .right {
		display: none;
	}

	#header .search-form {
		display: block;
	}

	.menu-opener {
		display: block;
	}

	.logo-box {
		float: none;
	}

	.logo-box .logo {
		margin: 0 0 19px;
	}

	.logo-box img {
		max-width: 162px;
	}

	.description {
		font-size: 12px;
		line-height: 14px;
		padding: 0;
	}

	#main #sidebar {
		display: block;
		width: auto;
		border: none;
		padding: 0 10px;
	}

	#main .aside {
		width: auto;
		border: solid #bfbfbf;
		border-width: 1px 0;
		padding: 20px 10px;
		margin: 0 0 20px;
	}

	#main .aside .search-form {
		display: none;
	}

	#main #content {
		display: block;
		padding: 0 10px 20px;
		margin: 0 0 20px;
		border-bottom: 1px solid #bfbfbf;
	}

	.post h1 {
		font-size: 20px;
		line-height: 26px;
	}

	#footer {
		padding: 45px 10px;
	}

	#footer .right {
		float: none;
		width: auto;
		margin: 0 0 15px;
		padding: 0;
	}

	#footer .list {
		float: none;
		width: auto;
	}

	#footer .text {
		padding: 0;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

@media print {
	body {
		color: #000;
	}

	#wrapper {
		width: 700px;
		padding: 0;
	}

	#header .right {
		width: auto;
		padding: 9px 5px 0 20px;
	}

	.lang-list {
		display: none;
	}

	#main #sidebar,
	#main .aside {
		display: none !important;
	}

	#main #content {
		padding: 0 0 10px;
		display: block;
	}

	.post .meta a[href="#comments"] {
		display: none;
	}

	.post .line {
		display: none;
	}

	.post img {
		width: 100%;
	}

	#footer .right {
		display: none;
	}

	#footer .text {
		max-width: 360px;
	}

	.comments {
		display: none;
	}

	.comment-form {
		display: none !important;
	}

	.search-form {
		display: none !important;
	}

	.print-hidden {
		display: none;
	}
}


