article {
	float: left;
	width: 94%;
	background-color: #fff;
	padding: 30px 3%;
  font-family: "Lora", serif;
  font-size: 16px;
}

article h2 {
	float: left;
	width: 100%;
	font-size: 32px;
	color: #243976;
	font-weight: 500;
	line-height: 36px;
}

article h3 {
	float: left;
	width: 100%;
	font-size: 28px;
	color: #243976;
	font-weight: 400;
	line-height: 32px;
	margin: 10px 0px;
}

article h4 {
	float: left;
	width: 100%;
	font-size: 22px;
	color: #243976;
	font-weight: 300;
	line-height: 22px;
	margin: 15px 0px;
}

div.articlehead {
	float: left;
	width: 100%;
	height: 445px;
	overflow: hidden;
  background-size: cover;
	position: relative;
	display: none;
  font-family: "Lora", serif;
}

div.articlehead:after {
	content: "";
	background-image: linear-gradient(180deg,transparent,#0c161c);
	display: block;
	width: 100%;
	height: 445px;
	left: 0;
	top: 0;
	z-index: 1;
	position: relative;
}

div.articlehead div.contcent {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
	z-index: 3;
}

div.articlehead div.contcent div.ccntr {
	z-index: 3;
	margin: 0px auto;
	width: 1280px;
}

div.articlehead h2 {
	float: left;
	width: 98%;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	padding: 0px 1%;
}

div.articlehead small.date {
	float: left;
	text-align: left;
	width: 98%;
	margin: 15px 0px 5px 0px;
	font-size: 16px;
	color: #357;
	font-family: "Arial";
	font-weight: bold;
	color: #fff;
	padding: 0px 1%;
}

div.articlehead small.date span {
	margin-right: 5px;
	background-color: #CB080E;
	padding: 3px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.articlehead small.date div.sep {
	display: none;
}

article small.date {
	float: right;
	text-align: right;
	width: 100%;
	margin: 15px 0px 5px 0px;
	font-size: 16px;
	color: #357;
	font-family: "Arial";
	font-weight: bold;
}

article small.date span {
	color: #131313;
	float: left;
}

article span.perex {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #131313;
	font-family: "Lora", serif;
	font-style: italic;
	margin: 0px 0px 20px 0px;
	line-height: 26px;
}

article div.artimage {
	float: left;
	width: 100%;
	height: auto;
}

article div.artimage img {
	float: left;
	width: 100%;
}

article div.body, article div.bodyn {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: #131313;
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	width: 100% !important;
}

/*
article div.body iframe {
	width: 100%;
}
*/

article div.body img, article div.bodyn img {
	width: 100%;
	height: auto;
}

article div.body img.left, article div.bodyn img.left {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-top: 3px;
}

article div.body img.right, article div.bodyn img.right {
	float: right;
	width: auto;
	margin-left: 10px;
	margin-top: 3px;
}

article div.body p, article div.bodyn p {
	margin: 15px 0px;
}

article div.body blockquote p, article div.bodyn blockquote p {
	margin: 15px 0px;
	font-size: 13px;
	line-height: 16px;
	margin-top: 30px !important;
	border-top: 1px dotted #777;
}

article div.body p sup, article div.bodyn p sup {
	vertical-align: super;
  font-size: smaller;
}

article div.body p code, article div.bodyn p code {
	float: left;
	width: 98%;
	padding: 2% 0.8%;
	margin: 10px 0px 20px 0px;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	font-family: monospace;
	font-size: 16px;
}

article div.body p.adssg, article div.bodyn p.adssg {
	margin: 20px 0px;
}

article div.body ol, article div.bodyn ol {
	float: left;
	width: 97%;
	list-style: decimal;
	margin-left: 3%;
	margin-bottom: 20px;
}

article div.body ul, article div.bodyn ul {
	float: left;
	width: 97%;
	list-style: disc;
	margin-left: 3%;
	margin-bottom: 20px;
}

article div.body p:first-child, article div.bodyn p:first-child {
	margin-top: 0px;
}

article div.body strong, article div.bodyn strong {
	font-weight: bold;
	line-height: 26px;
}

article div.body i, article div.body em, article div.bodyn i, article div.bodyn em {
	font-style: italic;
}

article div.hashtags {
	float: left;
	width: 80%;
	font-size: 20px;
	font-family: "Arial";
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

article div.social {
	float: right;
	width: 90%;
	text-align: right;
}

article div.social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0px 3px;
}

article div.social a.vk {
	background: url("/images/icon_soc_vk.png") no-repeat center center;
	background-size: 100%;
}

article div.social a.fb {
	background: url("/images/icon_soc_fb.png") no-repeat center center;
	background-size: 100%;
}

article div.social a.tw {
	background: url("/images/icon_soc_twitter.png") no-repeat center center;
	background-size: 100%;
}

article div.social a.gp {
	background: url("/images/icon_soc_gplus.png") no-repeat center center;
	background-size: 100%;
}

article div.social a.tg {
	background: url("/images/icon_soc_tg.png") no-repeat center center;
	background-size: 100%;
}

article div.social a.vk:hover {
	background: url("/images/icon_soc_vk_hover.png") no-repeat center center;
	background-size: 100%;
}

article div.social a.fb:hover {
	background: url("/images/icon_soc_fb_hover.png") no-repeat center center;
	background-size: 100%;
}

article div.social a.tw:hover {
	background: url("/images/icon_soc_tw_hover.png") no-repeat center center;
	background-size: 100%;
}

article div.social a.gp:hover {
	background: url("/images/icon_soc_gp_hover.png") no-repeat center center;
	background-size: 100%;
}

article div.social a.tg:hover {
	background: url("/images/icon_soc_tg_hover.png") no-repeat center center;
	background-size: 100%;
}

article div.hashtags a {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #335577;	
}

article div.hashtags a:hover {
	text-decoration: underline;
	color: #CB080E;
}

article div.zdroj {
	margin-top: 25px;
	float: left;
}

article div.zdroj a {
	color: #CB080E;
}

article div.zdroj strong {
	font-weight: bold;
}

article div.zdroj a:hover {
	text-decoration: underline;
	color: #141414;
}

article div.simlinks {
	float: left;
	width: 96%;
	border: 1px solid #fcc;
	margin-top: 20px;
	height: 370px;
	overflow: hidden;
	line-height: 18px;
	background-color: #fffafa;
	padding: 0px 2%;
}

article div.expand {
	overflow: none;
	height: auto;
	margin-bottom: 20px;
}

a.showmores {
	float: left;
	color: #CB080E;
	font-weight: bold;
	margin-top: 5px;
	float: left;
	margin-left: 10px;
}

article div.simlinks a {
	color: #357;
	margin-bottom: 12px;
	display: inline-block;
}

article div.simlinks a:hover {
	color: #CB080E;
	text-decoration: underline;
}

article hr {
	float: left;
	width: 100%;
	border: none;
	border-top: 1px solid #C0C0C0;
	margin: 20px 0px;
}

article aside {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

article aside h4 {
	float: left;
	width: 95%;
	font-size: 20px;
	font-weight: bold;
	font-family: "Arial";
	color: #131313;
	margin-top: 0px;
}

article aside h4 small {
	font-size: 14px;
	font-weight: normal;
}

article aside a.shwdsc {
	float: right;
	color: #505050;
	font-size: 16px;
}

article aside a.shwdsc:hover {
	color: #CB080E;
	text-decoration: underline;
}

article aside div.disbox {
	float: left;
	width: 99.8%;
	border: 1px solid #C0C0C0;
	min-height: 30px;
	margin-top: 0px;
	font-family: Arial;
}

article div.body a {
	color: #CB080E;
}

article div.body a:hover {
	color: #335577;
	text-decoration: underline;
}

@media screen and (min-width: 1170px) and (max-width: 1329px) {
	div.articlehead div.contcent div.ccntr {
		width: 1150px;
	}
	
	div.articlehead small.date div.sep {
		display: none;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1169px) {
	div.articlehead div.contcent div.ccntr {
		width: 1024px;
	}
	
	div.articlehead small.date div.sep {
		display: none;
	}
}

@media screen and (min-width: 820px) and (max-width: 1023px) {
	div.articlehead div.contcent div.ccntr {
		width: 820px;
	}
	
	section {
		margin-top: 0px;
	}
	
	div.articlehead small.date div.sep {
		display: none;
	}
}

@media screen and (min-width: 500px) and (max-width: 819px) {
	div.articlehead div.contcent div.ccntr {
		width: 98%;
	}
	
	section {
		margin-top: 0px;
	}
	
	div.articlehead {
		height: 360px;
	}
	
	div.articlehead h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	div.articlehead small.date div.sep {
		display: none;
		float: left;
		width: 100%;
	}
	
	div.articlehead small.date span {
		float: left;
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 300px) and (max-width: 499px) {
	div.articlehead div.contcent div.ccntr {
		width: 98%;
	}
	
	section {
		margin-top: 0px;
	}
	
	div.articlehead {
		height: 280px;
	}
	
	div.articlehead h2 {
		font-size: 20px;
		line-height: 24px;
	}
	
	div.articlehead small.date {
		font-size: 14px;
	}
	
	div.articlehead small.date div.sep {
	  /*
		display: block;
		float: left;
		width: 100%;
    */
	}
	
	div.articlehead small.date span {
		float: left;
		margin-bottom: 5px;
	}
	
	div.articlehead div.contcent {
		bottom: 5px;
	}
}

@media screen and (min-width: 300px) and (max-width: 640px) {
	article h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	article h4 {
		float: left;
		width: 100%;
		font-size: 22px;
		color: #CB080E;
		font-weight: 300;
		line-height: 14px;
		margin: 15px 0px;
	}

}