@media screen and (min-width: 48em) {

	.article{
		margin-bottom: 5em}	
	/*
	.article:last-child{
		margin-bottom: 0}*/
	.article__section{
		margin-bottom: 5em}
	.article__section:last-child{
		margin-bottom: 0}
	.article__section{
		overflow: hidden}
	/*.tpl-examples .article__section:first-child{
		padding-top: 8em}*/
	.article__section--odd .article__header{
		padding-right: 2em;
		float: left}
	.article__section--odd .article__text{
		padding-right: 2em;
		float: left;
		clear: left}
	.article__section--even .article__header{
		padding-left: 2em;
		float: right}
	.article__section--even .article__text{
		float: right;
		clear: right;
		padding-left: 2em}
	.article__column {
		display: inline-block;
		vertical-align: top}
	/*.article__header{
		float: right}*/
	.article__column-main{
		width: 66.66%}
	.article__column-sidebar{
		width: 33.33%}
	/*.article__text{
		float: right;
		clear: right}*/
	.column,.stage__column,.column-stage{
		margin: auto 2em}
	.layout-menu {
		display: flex;
		justify-content: space-between;
		align-items: center}
	.layout-footer{
		flex-flow: row nowrap;
		justify-content: space-between}
	.masthead{
		margin: 0;
		display: inline-block;
		vertical-align: top}
	.masthead__author{
		margin-bottom: 1em}
	.navigation-chapter__item {
		display: inline-block}
	.navigation-service {
		order: 0}
	.navigation-service__item {
		margin-right: 2em}
	.navigation-site__item {
		margin: 0;
    	padding-left: 0}
	.navigation-site__item--mobile{
		display: none}
	/*.menu-chapter {
		display: flex;
		justify-content: space-between;
		align-items: center}
	.menu-site {
		display: flex;
		justify-content: space-between;
		align-items: center}*/
	.section{
		margin-top: -5em;
	 	padding-top: 5em}
	.section:first-child{
		margin-top: 0}
	.tpl-examples .section{
		margin-top: -8em;
	 	padding-top: 8em}
	.tpl-examples .section:first-child{
		padding-top: 16em}
	.wysiwyg li ul li:before{
		margin-top: 0}
}