	/* Magaroños */

.navbar-brand > img {
	width: 327px;
	margin-left: -10px;
}

#mm-brand {
	padding-top: 1rem;
	display: inline-block;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	font-weight: bold;
}

/* prisma_top_menu */

#custom_top_menu {
    font-size: 19px;
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    text-align: center;
}

#custom_top_menu #navbarSupportedContent {
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid;
}

#custom_top_menu.navbar-light .navbar-nav .nav-link {
	color: #de1417;
}

#custom_top_menu.navbar-light .navbar-nav .nav-link:hover {
	opacity: 0.7;
}

/* */

a {
	color: #de1417;
}
a:hover {
}
a.nav-link {
	color: #de1417;
	outline: none;
}
a.nav-link:hover {
	/*
	text-decoration: none !important;
	background-color: transparent;
	border-color: transparent;
	*/
}
.nav-link > i {
    margin-left: 2px;
}


/* header menu */

.first-item.nav-item > a {
	padding-left: 0 !important;
}


/* items a la derecha del logo */

.abs-header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.abs-header > div {
   width: 100%; 
   text-align: right;
	/* max-width: 960px; */ 
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* detail */

.custom-width {
	max-width: 730px;
	margin-bottom: 3rem;
}

.detail-header {
	margin-bottom: 0;
	margin-top: 1rem;
}

.detailNavBgLeft,
.detailNavBgRight {
	position: absolute;
	font-size: 5rem;
	top: 50%;
	transform: translateY(-50%);
}
.detailNavBgLeft  { left: 0;  }
.detailNavBgRight { right: 0; }

.detailNavBgLeft a,
.detailNavBgRight a {
	color: rgba(0,0,0,0.1);
}

.detailNavBgLeft .small,
.detailNavBgRight .small {
	display: none;
}
.detail-artist {
	/* font-style: italic; */
	text-align: center;
}

.detail-title {
	/* font-style: italic; */
	text-align: center;
}
.date-subtitle {
	text-align: center;
	font-style: italic;
	font-size: 14px;
}

table td {
	/* font-family: 'Source Sans Pro', sans-serif; */
}

table td:first-child {
}
/* lists */

.bResultItemImgPlaceholder > i {
	 color: inherit;
    font-size: 75px;
    color: rgba(0,0,0,0.5) !important;
    line-height: 75px;
    opacity: 0.1;
    /* padding-top: 15px; */
}

.bResultItemImgPlaceholder.bg-primary {
	background-color: transparent !important;
}


/* front gallery */

.jcarousel ul li > div a img{
	height: 500px;
	width: auto;
}


.jcarousel-wrapper.museomoderno-front {
    position: relative;
    margin-bottom: 5rem;
}

.museomoderno-front .jcarousel-control-prev, .museomoderno-front .jcarousel-control-next {
	top: 50%;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	font-size: 51px;
	height: 51px;
	transform: translateY(-25px);
	color: rgba(0,0,0,0.5);
	text-shadow: none;
}

.museomoderno-front .jcarousel-control-prev{
    left: -50px;
    top: 25px !important;
} 

.museomoderno-front .jcarousel-control-next {
    right: -50px;
    top: 25px !important;
}

.museomoderno-front .jcarousel-pagination {
	position: inherit;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid;
}

.pagination-wraper {
	text-align: center;
	margin-top: 5rem;
}

.museomoderno-front .jcarousel-pagination a,
.museomoderno-front .jcarousel-pagination a.active {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	color: red;
	font-size: 18px;
	margin: 10px;
	text-shadow: none;
	opacity: 1;
}

.museomoderno-front .jcarousel-pagination a.active {
	text-decoration: underline;
}

.museomoderno-front .frontSlideCaption {
   margin-top: 2rem;
	text-align: center;
}

.museomoderno-front .frontSlideCaption a {
	color: rgb(180,180,180)
}

/* */

.mm-representation.custom-width {
	margin-bottom: 4rem;
	padding: 4rem 2rem;
}
.mm-representation img {
	max-height: 400px;
	width: auto;
	max-width: 100%;
}

.repViewerCont > div.small {
	display: none;
}

/* mm-modal (overlay search) */

.modal.fade.mm-modal .modal-dialog {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
 	margin: 0;
   max-width: none;
   height: 100%;
   padding: 0;
}
.mm-modal .modal-content modal-header {
   border: none;
}
.mm-modal .modal-content {
   height: 100%;
   border: none;
	background-color: black;
	border-radius: 0;
	opacity: 0.7;
}

.mm-modal .close-icon {
	font-size: 2rem;
	color: white;
}

.mm-modal #headerSearchInput,
.mm-modal #headerSearchButton {
   font-size: 3rem;
}

.mm-modal #headerSearchButton {
	color: white;
}


.mm-modal #headerSearchInput {
   padding: 0;
   border: none;
   border-bottom: 1px solid;
   background: transparent;
   border-radius: 0;
   color: white;
}
.mm-modal #headerSearchInput::placeholder {
	font-weight: 300;
	/* font-family: 'Source Sans Pro', Arial, sans-serif; */
	color:rgba(255,255,255,0.3);
}
.mm-modal .modal-body {
   padding: 5rem;
}



#back_to_search_results {

}
/* movil */

/* cards */

.card-body {
/*
   padding: 1rem 0.5rem;
	font-size: 14px;
	text-align: center;
*/
	padding: 0.8rem 0.2rem 0 0;
	font-size: 14px;
	text-align: left;
	line-height: 130%;
	position: relative;
}

.media-body {
	font-size: 14px;	
}

.bResultListItemText.media-body p {
	margin-bottom: 0.45rem;
}

.media-body .title,
.card-body .title {
    font-weight: bold;
}

.card-body .idno {
    text-transform: uppercase;
    font-size: 12px;
}
/* */

.browseRemoveFacet {
    opacity: 0.5;
    margin-left: 4px;
}

/* bootstrap */

.bg-white {
   /* background-color: #eee !important; */
}

.navbar-brand {
    display: block;
    padding-top: 2rem;
    padding-bottom: 1rem;
    text-align: center;
}

/* */

#footer {
background: white;
width: 100vw;
margin: 0;
padding: 1rem 3rem;
}
 /* */

.card-item {
	/* padding: 1.5rem; */
	margin-bottom: 4rem; /* 2rem; */
	/* max-width: 190px; */
}

/* */

.refine-navbar.mm {
	padding: 0;
	justify-content: center;
}

/* */

#repViewerCarousel {
	text-align: center;
}

#detailRepNav {
	max-width: 300px;
	margin: 1rem auto;
	font-size: 17px;
}

#detailRepNav #detailRepNavNext {
	float: right;
}

#detailRepresentationThumbnails {
	justify-content: center !important;
}

/* */

.sort-control-items {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: rgba(90, 90, 90, 0.6);
}
.sort-control-items.active {
	color: rgba(90, 90, 90, 1);
}


/* */

.browse-innercontainer {
	margin-top: 1rem;
}

#browseResultsContainer {
	margin-top: 1rem;
}
 /* */

.block-browse-title h5 {
	font-size: 1rem;	
}

/* */

.bResultItemText.card-body p {
	margin-bottom: 0.1rem;
}

/* */

.ca_objects.detail .repViewerContCont .repViewerCont {
	text-align: center;
}


.bResultItemImg {
	background-color: rgba(0,0,0,0.05);
}

#bMorePanel.mm .wrapper {
	box-shadow: 16px 15px 18px rgba(0,0,0,0.1);
}


/* */

@media (min-width: 1200px) { 
	.card-item,
	.grid-sizer {
		width: 15%;
	}
	.gutter-sizer {	
		width: 6%;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	.card-item,
	.grid-sizer {
		width: 20%;
	}
	.gutter-sizer {	
		width: 6%;
	}
}

/* */

#detailTools {
	align-items: center;
	justify-content: center;
}
