a,
* {
	font-size: 14px;
	color: #878787;
	font-family: 'Exo 2', sans-serif;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

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 {
	position: relative;
	background-color: #e3e3e3;
}

.subhead:after{
	position: absolute;
	content: "";
	display: block;
	bottom: -20px;
	height: 40px;
	left: 0;
	right: 0;
	background: rgba(214, 222, 35, 0.8);
}

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

.jumbotron .container{
	padding: 0;
}

.jumbotron img{
	width: 100%;
}

.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: rgba(214, 222, 35, 0.8);
	margin-bottom: 0px;
	border-radius: 0;
	position: fixed;
	left:0;
	right:0;
	top:0;
	z-index: 10;
	transition: background 0.5s;
}

.no-opacity .navbar{
	background-color: rgba(214, 222, 35, 1);
}

.navbar-nav-wrap .top{
	position: absolute;
	top: 5px;
	right: 0;
}

.navbar-nav-wrap .top .social{
	float: left;
}

.navbar-nav-wrap .top .social a{
	padding: 0px 5px;
}

.navbar-nav-wrap .top .social a:hover{
	filter: brightness(0) invert(1);
}

.nav.navbar-nav{
	position: absolute;
	bottom: 10px;
	right:0;
}

.nav.navbar-nav.navbar-lang{
	bottom: auto;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 5px;
	position: relative;
}

.nav.navbar-nav.navbar-lang li a{
	padding: 0px 5px;
	line-height: 12px;
}

.nav.navbar-nav.navbar-lang li:nth-child(1) {
	border-right: 1px solid #896239;
}

.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: #896239;
	text-transform: uppercase;
	text-align: center;
	/*font-family: Helvetica, Arial, sans-serif*/
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	font-weight: bold;
	background: none;
}
.navbar-nav > li > a:hover{
	color: white;
}
.nav>li>a:hover, .nav>li>a:focus
.navbar-nav > li:first-child > a {
	background: none;
}
.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 {
	position: relative;
	padding: 10px;
}

@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;*/
	max-width: 100%;
}



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

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

.intro-content h3{
	font-size: 28px;
	font-weight: 300;
	margin-top: 0;
}

.intro-content .intro-news h3{
	text-align: right;
}

.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-left: 30px;
	margin-right: 7px;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	background: transparent url("/img/arrow.png") no-repeat top left;
}

.news .news-url-2 h1 {
	height: 30px;
	text-transform: uppercase;
	line-height: 30px;
	color: #8A5D3B;
	font-size: 14px;
	font-weight: bold;
}

.intro-advice {
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 30%;
}

.intro-advice-content {
	background: #8A5D3B;
	border-left: 10px solid #D6DE23;
	color: white;
	padding: 20px;
}

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

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

.intro-advice-link {
	height: 20px;
	width: 20px;
	/*background: transparent url("/img/news_3.png") no-repeat center right;*/
	position: absolute;
	border: 2px solid white;
	border-radius: 4px;
	bottom: 10px;
	right: 10px;
}

.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 0px;
}

.intro-main-news .news-content h1{
	font-weight: bold;
	font-size: 22px;
}

.intro-main-news .news-content p{
	font-size: 18px;
	font-weight: 200;
}

.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;
	margin-bottom: 15px;
}


.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/arrow.png") no-repeat center right;
	padding-right: 40px;
	display: inline-block;
	height: 22px;
}


.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: #896239;
	border-color: #896239;
}

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


.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;
}

.nav>li>a{
	padding: 0 10px;
}

.separator{
	display: block;
	height: 20px;
	background: #D6DE23;
}

.separator.brown{
	background: #8A5D3B;
}

.hamburger{
	position: absolute;
	top: 30px;
	right: 10px;
	width: 35px;
	display: none;
}

.hamburger span{
	margin: 5px 0px;
	display: block;
	height: 5px;
	border-radius: 3px;
	background: #8A5D3B;
}

@media (max-width: 768px) {
	.jumbotron{
		padding-bottom: 55%;
	}

	.hamburger{
		display: block;
	}
	.navbar-nav-wrap > .nav.navbar-nav{
		top: 100%;
		bottom: auto;
		width: 100%;
		display: none;
		background: #D6DE23;
		margin: 0;
	}
	.navbar-nav-wrap > .nav.navbar-nav li{
		padding: 10px 0px;
		border-top: 1px solid rgba(138, 93, 59, 0.5);
	}
	.navbar-nav-wrap > .nav.navbar-nav.open{
		display: block;
	}

	.navbar-nav.navbar-lang>li{
		float: left;
	}
}
