.pkp_structure_page > header > .container-fluid:nth-child(2) {
	background-color: #e0dee0;
}

.navbar .navbar-nav>li>a:hover, .header_view .navbar-nav>li>a:hover {
	background-image: none;
}

footer div[role="complementary"] {
	display: none;
}

#navigationUser .dropdown > a, #navigationUser a, .breadcrumb a, .breadcrumb .active {
	color: #FFF !important;
}

.pkp_op_view > header a {
	color: #FFF !important;
}

.alert-info {
	background-color: #670607 !important;
}

#sidebar .title {
	font-size: 20pt;
	/* font-weight: bold; */
}

legend {
	color: #444444;
}

.media-list .article-summary {
	border-bottom: 1px solid #670607;
	padding-bottom: 30px;
}

.page-header {
	border-bottom: 5px solid #670607;
}

.page h1 {
	/* border-bottom: 5px solid #670607;
	padding-bottom: 25px; */
	font-size: 20pt;
}

.galley-link {
	margin: 10px 0;
}

header .site-name {
	margin: 0;
}

@media only screen and (min-width: 760px) {
  header .row:nth-child(1) {
	padding: 15px 30px 15px 50px;
  }
}

@media only screen and (max-width: 760px) {
  header .row:nth-child(1) {
	padding: 15px 0px;
  }
}


#navigationUser {
	margin-right: 15px
}

.navbar-brand {
	height: 100px;
}

.j-title {
    color: #FFFFFF;
    display: inline-block;
    font-size: 20pt;
    margin: 40px 6% 0;
}

.pkp_page_index main h2 {
	display: none;
}

@media only screen and (min-width: 1200px) {
	#nav-menu {
		width: 1170px !important;
		margin: 0 auto !important;
	}
	
	html[lang="ka-GE"] #nav-menu {
		width: 1260px !important;
		margin: 0 auto !important;
	}
}

.thumbnail {
	background: none;
	border: none;
}

.announcements .date {
	display: none;
}