@import url(//fonts.googleapis.com/css?family=Lora:400,700&subset=latin-ext);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin-ext);

@import url(font-awesome.min.css);

*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

html, body {
	background: #fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
}

body {
	background: #fff;
	font-family: 'Lora', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', Arial, sans-serif;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

a {
	color: #aaaaaa;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #cccccc;
}

ul {
	margin-left: 30px; 
}

.container {
	max-width: 1400px;
	margin: auto;
}

.row {
	padding-bottom: 10px;
}

/* News */
.news, .blog {
	max-width: 900px;
	padding: 0;
	margin: 0 auto 3em;
	position: relative;
	text-align: justify;
	font-size: 24px;
}

.news-date-wrapper {
	padding-top: 0em;
	width: 90px;
	position: absolute;
	padding: 0px 25px 35px;
	margin: 0;
	text-align: center;
}
.news-date-month {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: center;
}
.news-date-year {
	font-size: 14px;
	letter-spacing: 2px;
}
.news-date-day {
	font-size: 38px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 7px 0 12px 0;
}
.news-content-inner-wrapper {
	padding: 0px 20px 0px 90px;
}
.news-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
}
.news-content {
}

.more-link {
	background-color: #232323;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px;
	text-transform: uppercase;
	-webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s;
}

.more-link:hover {
	background-color: #777;
}




.clear {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	zoom: 1;
}


ul.katalozi {
	list-style: none;
}

ul.katalozi li {
	margin-bottom: 20px;
}

ul.katalozi li span {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 26px;
	display: block;
}

ul.katalozi li span.underline {
	font-weight: bold;
	display: block;
}

ul.katalozi li span.underline a {
	color: #008cba;
}

ul.katalozi li span.underline a:hover {
	color: #cccccc;
}

.tabs dd.active a, .tabs .tab-title.active a {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	background: #efefef;
	color: #222222;
}

.tabs dd.active a, .tabs .tab-title a {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	background: white;
}

.breadcrumbs {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
}


.th {
	font-size: 8em;
	padding: 10px;
	margin-left: 10px;
}

.pagination
{
	font-size: 0.1em;
}
