.navbar-text>a {
	color: inherit;
	text-decoration: none;
}
p {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
.th_caption {
	font-size: 18px;
	font-weight: 600;
	color: #003366;
	text-align: center;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
}
.navbar-inverse {
	background-color: #003366;
	border-bottom-width: 3px;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #FFCC66;
	border-left-color: #003366;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #003366;
}
.navbar-toggle:focus {
	background-color: #003366;
}
.navbar-inverse .navbar-toggle {
	color: white;
	font-weight: 700;
	border-color: white;
}
.navbar-inverse .navbar-toggle:hover {
	background-color: #ddd;
	color: #003366;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #ffffff;
	background-color: #336699;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle .glyphicon {
	color: white;
}
.navbar-inverse .navbar-toggle:hover .glyphicon {
	color: #003366;
}
.nav>li>a {
	position: relative;
	display: block;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-weight: 400;
}
.navbar-inverse .navbar-nav>li>a {
	color: #FFCC66;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px;
}
.dropdown-menu {
	font-size: 18px;
	text-align: left;
	list-style: outside none none;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #88A1FD;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 26px;
	color: #333;
	white-space: nowrap;
}

/* Modal: stajling thumbnailsa i modala */
.modal-body .pull-left {
	padding-right: 1em;
}
.modal-body .pull-right {
	padding-left: 1em;
}
.modal-footer {
	clear: both;
}

/* ============================
	Zastup
	=========================== */
.zastup-btn-small {
	padding: 6px 14px;
	background: #5bc0de;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.pdf-btn-small {
	padding: 6px 14px;
	background-color: #88A1FD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
/*Thumb Verzija 2*/

.cards-row {
	padding-top: 40px;
	padding-bottom: 20px;
	background: #eee
}
.thumbnail {
	padding: 0;
	border-radius: 0;
	border: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
.thumbnail>img {
	width: 100%;
	display: block
}
.thumbnail h3 {
	font-size: 26px
}
.thumbnail h3, .caption {
	margin: 0;
	padding: 8px 0;
	border-bottom: solid 1px #ddd;
	text-align: center
}
.thumbnail p {
	padding-top: 8px;
	font-size: 16px
}
#thumbFront .thumbnail .btn {
	border-radius: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	font-size: 14px;
	font-weight: 600;
	color: #ffcc66;
	background-color: #003366;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand>img {
	max-height: 100%;
	height: 100%;
	width: auto;
	margin: 0 auto;
	background-attachment: scroll;
}
.navbar-brand {
	padding: 0 15px;
	height: 55px;
	line-height: 55px;
}
.navbar-brand {
	position: relative;
	background-image: url(../img/logo-05.png);
	width: 154px;
	left: 15px;
	max-height: 55px;
	background-repeat: no-repeat;
	background-size: 154px auto;
	background-position: 0% 96%;
}
.navbar-toggle {
	/* (80px - button height 34px) / 2 = 23px */
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 9px 10px !important;
}

@media (min-width: 768px) {
.navbar-nav>li>a {
	/* (80px - line-height of 27px) / 2 = 26.5px */
	padding-top: 22px;
	padding-bottom: 22px;
	line-height: 26px;
}
}

@media (min-width:992px) {
.navbar-brand {
	position: relative;
	background-image: url(../img/logo-05.png);
	width: 180px;
	left: 25px;
	max-height: 60px;
	background-repeat: no-repeat;
	background-size: 180px auto;
	background-position: 0% 96%;
}
}
