*
{
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif!important;
}
body
{
	font-size: initial;
	line-height: 120%!important;
}
.fa
{
 	font-family: FontAwesome!important;
}
 .glyphicon 
 {
    font-family: 'Glyphicons Halflings'!important;
}
h1, h2, h3, h4, h5, h6
{
	color: #f05644;
	font-weight: bold;
}
a
{
	color: #f05644;
	text-decoration: underline;
}
.detail a
{
	color: #555;
	text-decoration: underline;
}
p 
{
	color: initial;
	/*line-height: 120%;*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a
{
	color: #f05644!important;
	text-decoration: underline!important; 
}
input, select, textarea
{
	border-radius: 0!important;
} 
h2{
	font-size: 20px;
}
#amauta{
	padding: 15px 0 5px;
	display: inline-block;
	background: #f0ede4;
}
.gallery-item{
	padding: 0 30px;
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;
}
.gallery-icon.portrait {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.gallery-item img{
	width: 100%;
}
.card-body{
	margin-top: 10px;
}
.filterMenuFacetList li.active, .btn-default {
    background-color: #f05644;
    text-decoration: none;
}

.btn-default:hover
{

}

.navbar, .menuBar
{
	background: #f05644 !important;
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
	text-decoration: none;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover
{
	background: #eee;
}
.navbar-default .navbar-nav > li > a:focus, .navbar .navbar-nav > .active > a {
    color: #f05644;
    background-color: #fff;
}
.navbar .formOutline
{
	background: #fff;
	border-radius: 0;
}
.navbar-toggle
{
	border-radius: 0;

}

.container
{
	max-width: 1180px;
}

.collectionTile {
    overflow-y: scroll;
    height: 177px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.collectionsContainer .label {
    float: left;
    width: 100%;
}

.gal-cont {
    float: left;
    width: 25%;
}
.element-about
{
}
.element-description
{
	background: #f0ede4;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.element-meta{
	
}
.element-img{
	overflow-y: hidden;
	height: 190px;
	font-size: 0;
}
.element-img img{
	display: none;
}
.element-img img:first-child 
{
	display: initial;
}
.browse .btn, .sets .btn {
    background-color: #f05644;
}

div.browseFacetItem a:hover {
    color: #f05644;
}
.collectionsList a
{
    color: #f05644;
}

.uv 
{
    width: 100%!important;
    min-height: 600px!important;
}

.exportCollection {
    padding: 10px;
    border: 3px solid;
    text-align: center;
    margin: 30px;
}
.exportCollection:hover{
	color: #fff;
	background: #000;
}
.exportCollection:hover a{
	color: #fff;
	background: #000;
}

.advancedSearchField input, .advancedSearchField textarea, .advancedSearchField select, .advancedSearchField .formLabel {
    font-size: initial;
}

.detail .detailMediaToolbar, .gallery .detailMediaToolbar {
	background: #f05644;
}

.detail .detailMediaToolbar a, .gallery .detailMediaToolbar a {
    color: white;
}

div.caMediaOverlayControls
{
	opacity: 1;
}

div.caMediaOverlayControls .close
{
    opacity: 1;
}

div.caMediaOverlayControls .close .caIcon::before
{
	color: #fff;
	padding: 5px;
    background: #f05644;
}
.detail{
	font-size: 15px;
}

.element-meta {
    border: 3px solid;
    padding: 10px;
}

#footer
{
	font-size: initial;
	position: inherit;
}
#footer .social-icons .social
{
	width: 100%;
	text-align: center;
}
#footer ul a, .fa:before {
    color: #f05644;
}
.social .fa
{
	font-size: 35px;
}