a,
* {
	font-size: 14px;
	color: #878787;
	font-family: 'Noto Serif', serif;
}

a:hover {
	color: inherit;
}

body {
	background-color: #f5f5f5;
}

h1 {
	font-size: 1.5em;
	margin: 1em 0;
	text-transform: uppercase;
	font-weight: bold;
}

.single-content h1 {
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: normal;
}

.single-content .file-list {
	margin-top: 20px;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

h2 span {
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
}

.facebook-icon {
	float: right;
	display: block;
	margin-top: 20px;
}


.footer {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 40px;
	border-top: 1px solid #eee;
}

.footer * {
	font-size: 0.8em;
}

.subhead {
	background-color: #e3e3e3;
}

/* Main marketing message and sign up button */
.jumbotron {
	width: 100%;
	height: 310px;
	background: transparent url("/img/head.jpg") no-repeat bottom center;
	border: none;
	border-radius: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.jumbotron .btn {
	padding: 14px 24px;
	font-size: 21px;
}

.jumbotron p {
	margin: 0;
	font-size: inherit;
	font-weight: normal;
}

/* Customize the navbar-nav links to be fill the entire space of the .navbar */

.navbar {
	background-color: #8dc63f;
	margin-bottom: 0px;
}

.navbar-nav-wrap {
	width: 100%;
	background: #e2e2e1; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e1 0%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e1 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e1 0%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e1 0%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e1 0%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e1', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	float: left;
}

.navbar-nav > li {
	height: 50px;
}

.navbar-nav > li > a {
	height: 50px;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	top: 0px;
	font-weight: bold;
	color: #878787;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > li > a:hover {
	background: #e2e2e1; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e1 0%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e1 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e1 0%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e1 0%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e1 0%,#f6f6f6 100%); /* W3C */

	color: #95C11F;
}
.navbar-nav > li:first-child > a {
}
.navbar-nav > li:last-child > a {
}

.navbar-lang {
	width: auto;
	float: right;
}

.navbar-lang > li > a {
	font-size: 0.85em;
	text-transform: uppercase;
}

.navbar-lang .selected a {
	color: #fff;
}

@media (min-width: 768px) {
	.navbar-nav {
		max-height: 52px;
	}
	.navbar-nav > li > a {
		border-right: 1px solid #fff;
	}
	.navbar-nav > li:first-child > a {
		border-left: 0;
	}
	.navbar-nav > li:last-child > a {
		border-right: 0;
	}
}

.masthead {
	padding: 15px;
}

@media (min-width: 1200px) {
  .container {
	width: 1100px;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	.masthead,
	.marketing,
	.footer {
		padding-right: 0;
		padding-left: 0;
	}
}


.navbar-nav-wrap li.novice {
	margin-left: 180px;
}

.navbar-nav-wrap li.novice a {
	text-transform: uppercase;
}




.partenrs-vertical h2 {
	margin-top: 0;
}

.partner-logo {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	/*height: 252px;*/
	margin-bottom: 10px;
	/*width: 337px;*/
}

.partner-logo img {
	text-align: center;
	max-width: 337px;
	max-height: 252px;
}



.intro h1 {
	font-size: 1.5em;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.intro-content {
	margin-top: 15px;
	margin-bottom: 15px;
}

.intro .news h1 {
	text-align: right;
}

.intro .news:first-child h1,
.intro .news-delimiter {
}

.intro .delimiter-wrap {
	margin-top: 10px;
	display: block;
	position: relative;
}

.intro .news-delimiter {
}

.intro .delimiter-bg {
	height: 30px;
	width: 30px;
	background: transparent url("/img/news_1.png") no-repeat center right;
	position: absolute;
	top: -27px;
	right: 0;
}

.news .news-url h1 {
	padding-right: 30px;
	margin-right: 7px;
	background: transparent url("/img/news_4.png") no-repeat center right;
}

.news .news-url-2 h1 {
	padding-right: 40px;
	height: 30px;
	line-height: 30px;
	background: transparent url("/img/news_1.png") no-repeat center right;
}

.intro-advice {
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 350px;
}

.intro-advice-content {
	background-color:rgba(255,255,255,0.7);
	padding: 20px;
}

.intro-advice-content,
.intro-advice-content * {
	color: #000;
	font-size: 16px;
}

.intro-advice h2 {
	color: #000;
	background-color: #8dc63f;
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 0;
}

.intro-advice-link {
	height: 34px;
	width: 35px;
	background: transparent url("/img/news_3.png") no-repeat center right;
	position: absolute;
	bottom: 0px;
	right: 0;
}

.intro-advice .spacer {
	height: 24px;
	width: 100%;
}

.intro-main-news {
	position: relative;
}

.intro-main-news h1 {
	margin: 0;
	margin-bottom: 10px;
}

.intro-main-news .news-content {
	background-color: #ececec;
	padding: 20px 20px;
}

.intro-news-image {
	height: 225px;
	overflow-y: hidden;
}

.intro-main-news .delimiter-bg {
	top: auto;
	bottom: 5px;
	right: 10px;
}

.advice .advice-text,
.advice .advice-text * {
	color: #fff;
	font-size: 21px;
	line-height: 1.8em;
}

.advice .advice-flash {
	font-size: 8em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	color: #e6e6e6;
}

.advice .advice-image {
	position: relative;
	height: 200px;
}

.advice .advice-image img {
	position: absolute;
	top: 20px;
}

.news-arhiv a {
	color: #96c11f;
	font-size: 0.8em;
}

.intro-partnerji {
	margin-top: 15px;
	margin-bottom: 15px;
}


.intro-partnerji img {
	max-height: 80px;
}


.intro-partnerji h3,
.intro-partnerji h3 {
	display: block;
	text-transform: uppercase;
	font-size: 14.5px;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
	float: left;
}

.intro-partnerji a {
	display: block;
	margin-right: 40px;
	float: left;
}

.intro-partnerji a:last-child {
	margin-right: 0;
}


.news-list h2 {
	margin-top: 0;
}

.news-list .post {
}

.news-list .row {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news-list .row:last-child {
	border: none;
}

.arrow_link,
.news-list .arrow_link {
	background: transparent url("/img/news_2.png") no-repeat center right;
	padding-right: 40px;
}


.news-pagination {
	text-align: center;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {

	background-color: #8dc63f;
	border-color: #8dc63f;
}

.pagination > li > a,
.pagination > li > span {
	color: #8dc63f;
}


.widget-events,
.widget-events * {

	color: #c6c6c6;
}

.widget-events h2 {
	margin-bottom: 24px;
}

.widget-events-content,
.widget-events-content * {
	font-size: 24px;
}

.widget-events-flash {
	color: #e3edc5;
	font-size: 100px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}