@font-face {
	font-family: 'TeXGyreAdventor-Regular';
	src: url('../fonts/TeXGyreAdventor-Regular.eot');
	src: url('../fonts/TeXGyreAdventor-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TeXGyreAdventor-Regular.woff2') format('woff2'),
	url('../fonts/TeXGyreAdventor-Regular.woff') format('woff'),
	url('../fonts/TeXGyreAdventor-Regular.ttf') format('truetype'),
	url('../fonts/TeXGyreAdventor-Regular.svg#TeXGyreAdventor-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "TeXGyreAdventor-Regular", Verdana, sans-serif;
	background: #222;
	color: #4d4d4d;
	line-height: 1.5;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	 font-family: "TeXGyreAdventor-Regular", sans-serif;
	 margin: 0;
	 padding: 0;
	 font-weight: 400;
 }
a {
	text-decoration: none;
	color: #222;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:link {
	color: #222;
}
a:visited, a:hover, a:active, a:focus {
	color: black;
	text-decoration: none;
}
dl.list {
	margin-bottom: 10px;
}
dl.list dd {
	margin-bottom: 10px;
}
.wrapper {
	max-width: 1280px;
	width: 88.89%;
	margin: auto;
}
.footer {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
}
.last-footer {
	background-color: #1A1A1A;
	padding: 40px 0;
	text-align: center;
}
.last-footer a {
	color: #4d4d4d;
	text-decoration: underline;
}
.header {
	background-color: #111;
	height: 48px;
	line-height: 48px;
	font-size: 21px;
	margin: 0 0 1.0em 0;
}
.social-media-icons a {
	display: inline-block;
}
.social-media-icons a {
	/* 21px / 16px */
	line-height: 1.714;
	margin: 0 0.375em;
	color: white;
	opacity: 0.4;
	position: relative;
	z-index: 9;
}
.social-media-icons a:link, .social-media-icons a:visited {
	color: white;
}
.social-media-icons a:hover, .social-media-icons a:active, .social-media-icons a:focus {
	color: white;
	opacity: 1;
}
.paginator a {
	display: inline-block;
	opacity: 0.8;
	background-color: #fff;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 30px;
}
.paginator a:hover {
	opacity: 1;
}
.site-title {
	letter-spacing: 0.08em;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.625em;
}
.site-title span {
	opacity: 0;
	position: absolute;
	top: -99em;
}
.site-title a {
	color: white;
}
.site-title a:link, .site-title a:visited, .site-title a:hover, .site-title a:active, .site-title a:focus {
	color: white;
}
.site-title img {
	max-width: 5em;
	max-height: 1.5em;
}
.site-title:hover, .site-title:active, .site-title:focus {
	opacity: 1;
}
.sub-title {
	color: #fff;
	opacity: 0.6;
}
.title {
	margin-bottom: 1.5em;
}
.article {
	background-color: #fff;
	opacity: 0.8;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	margin-bottom: 1.5em;
}
.article:hover {
	opacity: 1;
}
.article-text {
	background-color: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
	overflow: hidden;
	position: relative;
	height: 362px;
}
.article-info {
	height: 330px;
	width: 130px;
	padding-right: 40px;
	float: left;
}
.article-info > div {
	height: 330px;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.article-info .date {
	background-image: url('../img/kalendar.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	height: 66px;
	padding: 23px 4px 5px 4px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}
.article-description {
	height: 330px;
	position: relative;
}
.article-description .article-description-text {
}
.article-description h2 {
	text-align: left;
	margin-bottom: 70px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.article-text img {
	max-width: 100%;
}
.article-image {
	height: 362px;
	overflow: hidden;
	padding: 0;
	max-height: 470px;
}
.article-image-background {
	display: block;
	height: 362px;
	background-size: cover;
	background-position: center center;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.article-image-background:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-moz-transform: scale(1.05) rotate(0.02deg);
}
.article-detail-image {
	max-width: 100%;
	/*height: 470px;*/
	/*background-position: center;*/
	/*background-size: cover;*/
}
.article-detail .body {
	background-color: #fff;
}
.article-detail .body h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.article-detail .body a {
	color: #1e90ff;
	text-decoration: underline;
}
.article-detail .genres {
	text-align: right;
}
.article-detail .genres-top {
	margin-bottom: 10px;
}
.article-detail .info {
	text-align: center;
	font-size: 1em;
	line-height: 1.5;
	color: #aaa;
	padding-top: 3em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.article-detail .text {
	margin-top: 40px;
	margin-bottom: 40px;
}
