/*
** From new design
*/
body
{
	background: #ffffff;
}



/*
** KE specific
*/
.preNav
{
	margin-bottom: 20px;
}

.tab-content form
{
	margin-top: 10px;
}

.tab-content ul
{
	margin-top: 10px;
}

.tab-content ul li
{
	list-style: none;
}

.nav ul
{
	float: left;

}

.navbar
{
	border-radius: 0;
}

.navbar img
{
	float: left;
}

.nav > li
{
	float: left;
}

.navbar-brand
{
	padding-top: 0;
}

#browseNarratives
{
	padding-left: 0;
}

#browseNarratives li
{
	list-style: none;
}

#collcoll
{
	margin-bottom: 10px;
}

.related-narrative .thumbnail,
.highlight-narrative .thumbnail,
.related-objects .thumbnail
{
	position: relative;
}

.related-narrative .thumbnail p,
.highlight-narrative .thumbnail p,
.related-objects .thumbnail p
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
/*	height: 100%;
	display: none;*/
}
.related-narrative .thumbnailTitle,
.related-objects .thumbnailTitle
{
	display: inline !important;
}

.thumbnailTitle-visible
{
	display: inline !important;
}

.related-narrative .thumbnail,
.highlight-narrative .thumbnail,
.related-objects .thumbnail
{
	border: none;
}

.related-narrative .thumbnail span,
.highlight-narrative .thumbnail span,
.related-objects .thumbnail span
{
	color: white;
	font-weight: bold;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.4);
	padding: 10px;
	width: 100%;
	display: inline-block;
}

.related-objects a,
.highlight-narrative a,
.related-narrative a
{
	min-height: 250px;
	max-height: 200px;
}

.related-objects .thumbnail>img,
.highlight-narrative .thumbnail>img,
.related-narrative .thumbnail>img
{
	/*min-height: 200px;*/
	max-height: 150px;
}

.suplimentry-data
{
	margin-top: 40px;
}

.footer
{
	margin-bottom: 0;
}

#detailed > .form-group
{
	margin-top: 10px;
} 

#detailed label
{
	font-weight: normal;
}

.more-details
{
	margin-top: 10px
}

#img-row
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.helpLbl
{
	font-weight: bold !important;
	font-size: 75%;
}

.form-group 
{
  margin-bottom: 25px;
}

.stButton .stMainServices
{
	height: auto !important;
} 

@media (max-width: 1200px){
	.form-group {
	  margin-bottom: 0;
	}
}
