html {
  position: relative;
  min-height: 100%;
}
a {
	color: #000000;
}
a:hover {
	color: #99cc33;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  background-color: #f5f5f5;
}
body {
   font-family: 'Open Sans', sans-serif;
   margin-bottom: 100px;
}

.well {
	background-color: #f5f5f5;	
	box-shadow: none;
}
#searchForm .well-menu {
	padding: 5px;
}
.navbar-inverse {
	background-color: #000;
}
.navbar-inverse .navbar-collapse ul .login {
	font-weight: bold;
}
.navbar-brand {
	padding-left: 15px;
	padding-top: 3px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #f0f0f0;

}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #a0a0a0;
}
.navbar-inverse, .well, .form-control, .index-search-submit button, .contact-form .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
}
.index-search-submit {
	padding: 0;
}

form.index-search-form .tip-pretgrage {
	margin-bottom: 10px;
	text-align: center;
}

form.index-search-form .filter-pretrage {
	margin-top: 10px;
}
.collection-holder h4 {
	/*margin-top: 0;*/
}
.form-group {
	margin-bottom: 0;
}
.form-group-as {
	margin-bottom: 5px;
}
.archive-checkbox-holder {
	margin-bottom: 10px;
}
.archive-checkbox-holder .col-md-3 {
	width: 22%;
}
img.resize {
	width: 100%;
	height: auto;
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.sidebar a {
	display: block;
	margin-bottom: 5px;
}
.sidebar .mdlf-link {
	margin-bottom: 10px;
}
.highlight-focus h4 {
	margin-left: 15px;
}
.archive-description {
	font-size: 15px;
}
.prices {
	background-color: #fff;
}
.prices h3 {
	margin-bottom: 30px;
}
.prices h4 {
	font-weight: bold;
}
.prices table {
	border: 1px solid #c0c0c0;
}
.prices table thead th {
	font-weight: normal;
}
.prices table caption {
	font-weight: bold;
	margin-bottom: 3px;
}
.table-centered tr th, .table-centered tr td {
	text-align: center;
}
.contact-form {
	font-size: 14px;
}
textarea {
	resize: vertical;
}
.infobiro-contact-details {
	margin-top: 30px;
}
.static-pages-header {
	margin-bottom: 30px;
}
.required:after { 
	content: " *";
	color: #e32;
	font-weight: bold;
}
.collection-hihglight-holder {
	margin-top: 10px;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px;
}
.collection-hihglight-holder .reset-padding {
	padding-left: 0;
}
.resize-fixed {
	width: 100%;
	height: 125px;
}
.highlight-collection-title {
	color: #686868;
}

.higlight-gallery .image-content {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.higlight-gallery img {
	max-height: 173px;
	border: 1px solid #e0e0e0;
	height: 100%;
}
.errors-holder {
	list-style-type: none;
	padding: 0;
}
.errors-holder li {
	color: #e32;
	font-weight: bold;
}
.registration-wrapper {
	margin-top: 30px;
}
.registration-wrapper form .form-group label {
	font-weight: normal;
}
blockquote p {
	font-size: 16px;
}
.carousel-home {
	height: 250px;
}
.carousel-caption {
	left: 0;
	right: 0;
	padding: 2px;
	font-weight: bold;
}
.today p.today-description {
	/*position: absolute;*/
	padding: 10px;
	/*top: 23%;*/
	background: #50525E;
	width: 100%;
	opacity: 0.8;
	color: #fff;
	font-weight: bold;
	font: 20px/24px Tahoma, Arial; 
	text-align: center;
}
div.today-carousel-inner {
	border: 1px solid #c0c0c0;
	padding: 5px;
}
a.today-carousel-control {
	color: #000;
	font-weight: bold;
	opacity: 1;
}
.carousel-caption .title a {
	color: #fff;
}
.carousel-caption .title a:hover {
	text-decoration: underline;
}
h5.article-title {
	font-weight: bold;
	margin-top: 0;
}
#paginate {
	margin-top: 15px;
}
.article_text {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}
.main-page-description {
	margin-bottom: 35px;
	text-align: justify;
}
.page-box h4, .page-box h5 {
	text-align: center;
	border: 1px solid #e8e8e8;
	padding: 10px;
	background: #f8f8f8;
}
.services h3 {
	margin-bottom: 15px;
}
.services div.first {
	border-top: 1px solid #f0f0f0;
}
.services div {
	border-bottom: 1px solid #f0f0f0;
}
.services div a.service {
	display: block;
}
/************ TREE MENU ************/
ol {
	/*list-style-type: none;*/
}
ol.tree li {
	position: relative;
	margin-left: -15px;
}
ol.tree li.file a {
	text-decoration: none;
	display: block;
}
ol.tree li input {
	position: absolute;
	left: 0;
	margin-left: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
	height: 1em;
	width: 1em;
	top: 0;
}
ol.tree li input + ol {
	background: url(../images/toggle-small-expand.png) 40px 0 no-repeat;
	margin: -0.938em 0 0 -44px; /* 15px */
	height: 1em;
}
ol.tree li input + ol > li { display: none; margin-left: -14px !important; padding-left: 1px; }

@media(max-width: 992px) {
	.bjqs-margin-fix {
		margin-bottom: 45px;
	}
}
#highlights-slide {
	margin: 0 auto;
}
.article-holder {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px;
}

/* 2nd level */
.nav-list > li > label {
  padding:10px;  
  margin: 0;
  font-size: large;
}
.well-menu ul {
	padding: 5px 0;
}
.well-menu ul li:first-child label {
	padding-top: 0;
}

/* 3rd level */
.tree > li  {
  font-size:11pt;
  margin-left:15px;
}

.inline   {
  font-size:11pt;
  margin-left:0px;
  padding-left: 0px;
  display:inline-block;
}
.badge { 
	background-color:#99cc33;
	min-width: 60px;
}
input[type="checkbox"] {
	vertical-align: top;
	-ms-transform: scale(1.3); /* IE */
  	-moz-transform: scale(1.3); /* FF */
  	-webkit-transform: scale(1.3); /* Safari and Chrome */
  	-o-transform: scale(1.3); /* Opera */
}

.error_404 {
	clear: both;
	text-align: center;
	padding: 30px 0 30px;
}

.error_404 h2 {
	font-size: 150px;
	line-height: 140px;
	margin: 20px 0;
	font-family: 'Courgette';
	color: #3b3b3b;
}

.error_404 h4 {
	color: #0482bf;
}
/* Search */
.search-icon {
	height: 34px;
	float: left;
	margin-right: 55px;
}
button .search-icon {
	margin-right: 0px;
}
#keyword-search-btn {
	border: 0;
	background: transparent;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 0;
}
.search-span {	
	float: none;
	overflow: auto;
	display: block;
	padding-right: 35px;
}
.search-span input {	
	border: 0;
	border-bottom: 1px solid #CCCCCC;
	box-shadow: none;
	padding-left: 0px;
	font-size: 20px;
}
.search-span input {
	border-color: #CCCCCC;
}
.search-span input:focus {
	border-color: #CCCCCC;
	box-shadow: none;
}
.search-top ul.search-checkboxes {	
	margin-left: 87px;
	margin-bottom: 25px;
	list-style-type: none;
}
.page-box h4, .page-box h5 {	
	background: #000000;
	color: #FFFFFF;
	line-height: 60px;
	border: none;
	margin-top: 0px;
}
.page-box h5 {	
	line-height: 45px;
}
.green-bar {
	height: 7px;
	background: #99cc33;
	margin-bottom: 10px;
	margin-top: -10px;	
}
.main-page-title {
	font-weight: 900;
	margin-top: 35px;
}
#footer a {
	font-weight: 900;
	color: #000000;
}
#footer p {
	margin-top: 15px;
	font-size: 13px;
	width: 100%;
}
#footer div span.powered-by {
	float: right;
}
#footer div.follow a {
	font-size: 22px;
	 text-decoration: none;
}
#footer div.follow {
	display: block;
	margin-bottom: 15px;
}
#footer div.follow a img {
	width: 30px;
	height: 30px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #99cc33;
	border-color: #99cc33;
}
.pagination>li>a, .pagination>li>span,
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #99cc33;
}

@media (max-width: 768px) {
	ul.search-checkboxes.list-inline>li {
		width: 100%;
		padding-left: 0px;
	}
	#footer p span {
		width: 100%;
	}
}
ul.rrssb-buttons li {
	width: auto !important;
}
ul.rrssb-buttons li a span.icon {
	width: 24px !important;
	height: 29px !important;
}
.rrssb-buttons a.popup {
	display: inline;
	padding: 5px 15px;
	font-size: 25px;
	color: #fff;
}
.rrssb-buttons li.twitter a.popup {
	padding: 5px 12px;
}
div.follow {
	display: inline-block;
}
.adv_search {
	float: right;
	margin-right: 30px;
}
li.adv_search a { 
	font-weight: bold;
}
.adv_search_btn {
	float: right;
	margin-right: 15px;
}
.align_right {
	text-align: right;
}

.tags ul{
	margin:1em 0;
	padding:.5em 10px;
	text-align:center;	
	}
.tags li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}
.tags li a{
	text-decoration:none;
	padding:0 2px;	
	}
.tags li a:hover{	
	color:#99cc33;
	}		

.tag0{font-size:100%;}
.tag1{font-size:120%;}
.tag2{font-size:140%;}
.tag3{font-size:160%;}
.tag4{font-size:180%;}

/* Browse by calendar */
.calendar-table {
	border:1px;
  	border-spacing: 1px;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.calendar-header {
	font-weight: bold;
	text-align: center;
}

.calendar-day {
	font-size: 12px;
	text-align: left;
	padding-left: 3px; 
	vertical-align: top;
	height: 50px;
  	overflow: hidden;
  	background-color: #E6E6E6;
  	
}
