.article__meta-print,
.footer,
.article-navigation,
.article-detail__footer-row,
.comment-part,
.header,
.full-width,
.content__sidebar,
.pagination,
.comments-area,
.article__category {
	display: none;
}
.container,
content__vypis{
	width: 100%;
}
/* zaklad */
body{
	margin: 0px 0px;
}
.link{
	text-decoration: none;
	color: #14508c;
}
.link:hover{
	color: #be9d6a;
}
body, div, p, span, li, ul{
	font-family: 'PT Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'PT Serif', serif;
}
.obsah_wysiwyg h1{ 
	font-size: 2.2em; 
}
.obsah_wysiwyg h2{ 
	font-size: 1.6em; 
}
.obsah_wysiwyg h3{ 
	font-size: 1.3em; 
}
.obsah_wysiwyg h4{ 
	font-size: 1.05em;
}
.obsah_wysiwyg h5{ 
	font-size: 0.95em;  
}
.obsah_wysiwyg h6{ 
	font-size: 0.80em; 
}
.obsah_wysiwyg table{
	display: table;
	margin: 0 auto
}
p{
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8em
}
a{
	color: #222222;
	text-decoration: underline; 
}
a:hover{
	color: #222222;
	text-decoration: none; 
}
input,
textarea,
button{
	outline: none;
}
img.alignleft{
	float:left;
}
img.alignright{
	float:right;
}
img.aligncenter{
	display: table;
	margin: 0 auto;
}
.full-width-img{
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 10px 0px
}
/* zaklad - konec */
.article-detail .article__meta{
	width: initial;
}
.article-detail .article__subheader{
	margin-bottom: -10px;
}
.article-detail p{
	margin-bottom: 25px;
}
.article__meta-name,
.article__meta-date,
.article__meta-comment{
	display: inline-block;
	color: #222222;
	font-size: 0.75em;
}
.article__meta-name:after,
.article__meta-date:after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #be9d6a;
	margin: 0px 10px;
	position: relative;
	top: -2px;
}
.article__meta-name a{
	text-decoration: none;
	color: #14508c;
}
.article__meta-name a:hover{
	color: #be9d6a;
}
h2.title a,
h2.title a:hover{
	color:#222222;
}
body.single-post .article__subheader{
	margin-bottom: 25px;
}