/*Agapito de Miranda*/
html, body {
  height: 100vh;
  
}
.parent {
  overflow: scroll;
  height: 100vh;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
}

section {
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
}

.one {
  background-color: white;
}
.two {
  background-color: #e5dbb3;
}
.three {
  background-color: transparent;
}
.four .five .six {
  background-color: transparent;
}

/*fim Agapito de Miranda*/


@media screen and (max-width: 768px) {
    .col-sm-5 {
        text-align: center;
        margin: 5px 0;
    }
}
@media screen and (max-width: 768px) {
    .col-sm-6 {
        text-align: center;
        margin: 5px 0;
    }
}


.col-sm-6{
	padding-top: 80px;
	text-align: left;

}

.title{
	font-family: Roboto;
	font-size: 80px;
	color: grey;
	padding-top: 70px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #777;
}

.container {
      /*padding: 80px 120px;*/
      max-width: 100%;
  }
/*.person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
  }*/
  .person:hover {
      border-color: #f1f1f1;
  }
  .carousel-inner img {
     
      width: 100%; /* Set width to 100% */
      margin: auto;
  }
  .carousel-caption h3 {
      color: #fff !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  .bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 15px;
      color: #555;
  }
  .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }
  .modal-header, h4, .close {
      
      color: #454545 !important;
      text-align: center;
      
  }
  .modal-header, .modal-body {
      padding: 40px 50px;
  }
  .nav-tabs li a {
      color: #777;
  }
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }  
  .navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: #2d2d30;
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
      opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: red !important;
  }
  footer {
      background-color: #2d2d30;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }
  

/* --------------------------------- */
/* arrow */
/* --------------------------------- */
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    color: #fff;
}
.gototop i {
    line-height: 0.5em;    
}

/* --------------------------------- */
/* browse b */
/* --------------------------------- */
.results strong, .sets H5 strong {
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
}	
.results a .glyphicon, .results a .fa {
	color:#ababab;
}
.results a.active .glyphicon {
	color:#454545;
}
.results H1 {
	margin:0px;
	padding:0px;
}
.results H5{
	margin:0px;
}
.bFacetDescription {
	margin:10px;
	max-height:150px;
	overflow:auto;
}
#bSortByList{
	float:right;
	margin-top:5px;
}
#bSortByList ul {
	list-style-type:none;
	display:inline;
	padding:0px;
}
#bSortByList ul li{
	font-size:12px;
	display:inline-block;
	margin:0px 5px 0px 0px;
}
#bSortByList ul li.divide{
	border-left:1px solid #858585;
	width:3px;
}
#bSortByList ul li.selectedSort{
	color:#454545;
}
#bSortByList li a{
	text-decoration:underline;
	color:#858585;
}
#bSortByList ul li strong{
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
}
#bViewButtons{
	text-align:right;
	font-size:18px;
	padding-bottom:5px;
}
#browseResultsContainer{
	margin-top:20px;
}
.bResultItemCol{
	height:290px;
}
.bResultItemContent {
	height:240px;
	overflow:hidden;
}
.bResultItem {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 1em;
    padding: 10px;
}
.bSetsSelectMultiple{
	display:none;	
}
.bResultItem .bSetsSelectMultiple, .bResultListItem .bSetsSelectMultiple{
	position:absolute;
	right:20px;
	top:0px;
	z-index:100;
}
.bResultItem:hover .bSetsSelectMultiple{
	right:13px;
	top:20px;
}
.bResultItem .bResultItemImg {
    margin-bottom: 5px;
    max-height: 180px;
    min-height: 100px;
    overflow: hidden;
}
.bResultItem img {
    height: auto;
    width: 100%;
}
.bResultItem:hover {
    font-size: 12px;
    height: auto;
    margin:-20px -8px 0px -8px;
    /*margin: -40px;*/
    /*min-height: 320px;*/
    min-height:300px;
    /*padding: 20px;*/
    position: relative;
    z-index: 100;
}
.bResultItem:hover .bResultItemContent {
    height: auto;
    /*max-height: 600px;*/
    min-height: 240px;
}
.bResultItem:hover .bResultItemImg {
    height: auto;
    max-height: 500px;
}
.bResultItemImgPlaceholder {
    background-color: #F5F5F5;
    border: 2px solid #EDEDED;
    color: #858585;
    margin-bottom: 10px;
    padding: 60px 5px 72px;
    text-align: center;
    width: 100%;
}
.bResultItem .bResultItemText a {
    color: #454545;
    line-height: 1.2em;
}
.bResultItem .bResultItemText {
    line-height: 1.2em;
}
.bResultItem .bResultItemText {
    font-size: 11px;
}
.bResultItem .bResultItemText small, .bResultItem .bResultItemText small a {
    color: #ABABAB;
}
.bResultItemExpandedInfo {
    background-color: #FFFFFF;
    display: none;
    position: relative;
    z-index: 1000;
}
#bRefine {
	/*background-color: #EFEFEF;*/
	/*width: 275px;*/
    line-height: 0.75em;
    padding: 15px 10px;
    position: relative;
    z-index: 10;
    overflow-y: auto;
}
#bRefine H3 {
	margin:0px;
}
#bRefine H5 {
	margin-bottom:3px;
	margin-top:20px;
	text-transform:uppercase;
	padding:0px;
}
#bRefine a {
	color: #666666;
    font-size: 12px;
    line-height: 146%;
}
#bRefine a.more {
	color:#858585;
	text-decoration:underline;
}
#bRefine div {
	margin-bottom:5px;
}

#bRefine.fixed {    
    position: fixed;     
    top: 0px; 
    margin-top:0px;
} 

#bMorePanel{
	position:fixed;
	right:0px;
	top:0px;
	bottom:0px;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	padding:10px;
	display:none;
	z-index:10000;
	min-width:450px;
}
#bMorePanel .bFilterCount{
	color:#454545;
	font-weight:normal;
	font-size:.8em;
	padding-left:10px;
}
#bMorePanel #bAncestorList{
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
	max-width:400px;
}
#bMorePanel #bAncestorList span{
	font-size:7px;
	color: #454545;
}
#bMorePanel #bAncestorList a{
	color:#454545;
	padding:0px 5px 0px 5px;
	font-weight:bold;
	font-size:12px;
}
#bMorePanel #bAncestorList a span{
	font-size:12px;
}
#bMorePanel #bScrollList{
	overflow-y:auto;
	padding-left:10px;
	height:95%;
	float:left;
	margin-top:5px;
	width:250px;
}

@media (min-width: 992px) {
	#bMorePanel #bScrollList{
		width:350px;
	}
}
#bMorePanel #bScrollList.bScrollListHierarchy{
	height:85%;
	padding-left:25px;
}
#bMorePanel #bScrollList a{
	color:#454545;
	line-height:1.1em;
	font-size:11px;
}
#bMorePanel #bScrollList div{
	padding-bottom:8px;
}
#bMorePanel #bLetterBar{
	float:right;
	margin:0px 40px 0px 10px;
	text-align:center;
}
#bMorePanel #bLetterBar a{
	text-decoration:none;
	font-weight:bold;
}

/* search/browse results: list mode */

.bResultListItemCol{
	height:122px;
}
.bResultListItemContent {
	height:72px;
	overflow:hidden;
}
.bResultListItem{
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	background-color:#FFFFFF;
	line-height:1em;
	padding:10px; /*had commented this out*/
}
.bResultListItem:hover{
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	padding:20px; /*had commented this out*/
	margin:-10px; /*had commented this out*/
	height:112px;
	font-size:12px;

}
.bResultListItem .bResultListItemImg{
	max-height:72px;
	min-height:10px;
	overflow:hidden;
	margin:0 5px 0 0; /*had commented this out*/
	float:left; 
}
.bResultListItemImg .bResultItemImgPlaceholder{
	padding:20px; /*had commented this out*/
}
.bResultListItem img{
	width: auto;
	height:72px;
}
.bResultListItem .bResultListItemText a{
	line-height:1.2em;
	color:#666;
}
.bResultListItem .bResultListItemText{
	line-height:1.2em;
	font-size:12px;
}
.bResultListItem .bResultListItemText small, .bResultListItem .bResultListItemText small a{
	color:#ababab;
}
.bResultListItemExpandedInfo{
	display:none;
	background-color:#FFFFFF;
	padding:20px 0px 20px 0px; /*had commented this out*/
	background-color:#FFF;
	-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	z-index:1000;
	position:relative;
	margin:0px -20px -20px -20px; /*had commented this out*/
	padding:0px 20px 20px 20px; /*had commented this out*/
}

.bResultItemExpandedInfo HR{
	margin-top:15px;
	margin-bottom:5px;
	}

.browse .btn, .sets .btn {
	background-color:#fafafa;
	border:1px solid #efefef;
	font-size:10px;
	color:#666;
	margin-left:5px;
	margin-right:5px;
}

.browse .btn a, .browse .btn .glyphicon, .sets .btn a, .sets .btn .glyphicon{color:#8c8c8c;}	

.modal-dialog .btn {
	font-size:14px;
}

/* timeline results */
#bTimelineContainer{
	height:500px;
}
#timeline-embed{
	width: 100%;
	height:500px;
}

/* --------------------------------- */
/* details */
/* --------------------------------- */
.detail HR{
	color:#ededed;
	padding:0px;
	margin:10px 0px 10px 0px;
}
.detail {
	color:#454545;
	font-size:12px;
}
.detail a {
	color:#999;
	text-decoration:none;
}

.detail a:hover{
	color:#737373;
	text-decoration:underline;
}
	
.detail H4 {
	padding:0px;
	margin:0px;
	text-align: left;
}
.detail H6 a{
	color:#19bed1;
	font-size:9px;
	padding:2px 0px 0px 10px;
	text-decoration:none;
}
.detail .detailNavBgLeft, .detail .detailNavBgRight{
	margin-top:-20px;
	background-color:#EBEBEB;
	width:45px;
	height:110px;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.detail .detailNavBgLeft{
	position:absolute;
	left:0;
}
.detail .detailNavBgRight{
	position:absolute;
	right:0;
}
.detail .detailNavBgLeft a, .detail .detailNavBgRight a{
	color:#8e8985;
	line-height:.3em;
	font-size:18px;
	text-decoration:none;
}
.detail .detailNavBgLeft a .small, .detail .detailNavBgRight a .small{
	font-size:8px;
	color:transparent;
	padding-bottom:20px;
	padding-top:3px;
}
@media (max-width: 767px) {
	.detail .navLeftRight{
		display:none;
	}
}
@media (min-width: 768px) {
	.detail .navTop{
		display:none;
	}
}
.detail .navTop{
	text-align:center;
	padding-bottom:10px;
}
.detail .navTop a{
	margin-top:-20px;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	background-color:#EBEBEB;
	padding:5px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
.detail .navTop a .small{
	font-size:8px;
	color:#ababab;
}
.detail .repViewerCarousel li{
	text-align:center;
}
.detail .repViewerCont img{
	width:100%;
	height:auto;
}

#detailRepresentationThumbnails{
	padding-top:0px;
}	

.detail .repViewerCont {
	width:100%;
	height:100%;
	position:relative;
}
.detail audio{
	width:100%;
}
.detail .detailMediaPlaceholder{
	width:100%;
	text-align:center;
	padding-top:150px;
	padding-bottom:150px;
	color:#ABABAB;
	border:1px solid #ebebeb;
}
.detail .detailMediaToolbar, .gallery .detailMediaToolbar{
	background-color:#ebebeb;
	padding:2px 5px 7px 5px;
	font-size:12px;
	position:absolute;
	display:none;
	top:0px;
	z-index:200;
}
.detail .repViewerCont:hover .detailMediaToolbar{
	display:block;
}
.detail .detailMediaToolbar a, .gallery .detailMediaToolbar a{
	color:#929292;
}
.detail .detailMediaToolbar span, .gallery .detailMediaToolbar span{
	padding:5px;
}
.detail #detailRepNav{
	padding:2px 0px 7px 0px;
	font-size:12px;
}
.detail #detailRepNavPrev{
	float:left;
}
.detail #detailRepNavNext{
	float:right;
}
.detail #detailRepNav a{
	color:#929292;
}
.detail #detailRepNav a.inactive{
	color:#DEDEDE;
}
.detail #detailRepNav span{
	padding:5px;
}
.detail #detailTools{
	clear:both;
	padding-top:10px;
	margin-top:30px;

}
.detail .detailTool {
	color: #858585;
	font-size: 11px;
    padding: 5px;
    margin-right:5px;
    text-transform: uppercase;
    border-radius:3px;    
}
.detail .detailTool span, .detail .detailTool i{
	color:#929292;
	margin-right:5px;
}
.detail .detailTool a{
	text-decoration:none;
}
#detailComments{
	display:none;
	border-top: 1px solid #dddddd;
	padding:10px 0px 10px 0px;
	color:#929292;
}
#detailComments H2{
	color:#929292;
	font-size:11px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}
.detail #tags {
	margin-bottom:10px;
}
.detail #detailRelatedObjects{
	border-bottom: 1px solid #dddddd;
	padding:10px 0px 10px 0px;
	margin-bottom:20px;
}
.detail #detailScrollButtonNext, .detail #detailScrollButtonPrevious{
	right:0px;
}
.detail #detailScrollButtonPrevious{
	left:0px;
}
.detail #detailScrollButtonNext, .detail #detailScrollButtonPrevious{
	background-color:#ebebeb;
	position:absolute;
	z-index:100;
	height:145px;
	opacity:.7;
	padding:60px 10px 0px 10px;
	color:#454545;
	font-size:15px;
	margin:10px 0px 10px 0px;
	width:25px;
}
.detail #detailScrollButtonNext:hover, .detail #detailScrollButtonPrevious:hover{
	background-color:#dedede;
	cursor:pointer;
	color:#000;
}
.detail #detailScrollButtonNext.inactive, .detail #detailScrollButtonPrevious.inactive{
	display:none;
}
.detail .detailObjectsResult  {
	float:left;
	width:150px;
	height:145px;
	margin:10px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	background-color:#FFFFFF;
	line-height:1em;
	padding:10px;
	font-size:11px;
	overflow:hidden;
}
.detail .detailObjectsResult a  {
	color:#454545;
}
.detail .detailObjectsResult img {
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.detail #detailAnnotations {
	margin:20px 0px 30px 0px;
}

.detail #detailAnnotations .detailAnnotationList {
	max-height: 150px;
	overflow: auto;
}

.detail #detailAnnotations ul {
	margin: 0;
    padding: 0;
	list-style-type: none;
	list-style-position:inside;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

.detail #detailAnnotations li {
    margin: 0;
    padding: 5px;
	border-bottom: 1px #ccc solid;
	background-color:#F5F5F5;
}

.detail #detailAnnotations li.active {
	font-weight: bold;
	font-style: italic;
}

.detail #detailAnnotations ul li:hover{
	background-color:#ABABAB;
	cursor: pointer;
}

.detail #detailAnnotations ul li.detailAnnotation a {
	text-decoration: none;
}

#detailRepresentationThumbnails a img{
	border: 1px solid #dddddd;
    height: auto;
    margin: 0px 0;
    padding: 5px;
    width: 100%;
}
#detailRepresentationThumbnails a.active img{
	background-color: #efefef;
}

a.readmore-js-toggle{
   padding-top:10px;
   color:#19bed1;
}
.trimText {margin-top:5px;}

.detail .repViewerCont:hover .detailMediaToolbar {
    display: block;
}
.detail .detailMediaToolbar {
    position: relative;
    display: block;
    background-color: #FFFFFF;
    font-size: 15px;
    padding: 0px;
    margin-bottom: 2px;
}

.detail .detailMediaToolbar, .gallery .detailMediaToolbar {
    background-color: #ebebeb;
    padding: 2px 5px 7px 5px;
    font-size: 12px;
    position: absolute;
    display: none;
    top: 0px;
    z-index: 200;
}

/* bookreader */
.BookReaderContainer{
	width: 100%;
	height: 100% !important;
	min-height: 500px !important;
}
.DV-views{
	margin-left:72px;
}
/* overlay (for object representations) */
#caMediaPanel {
	position: fixed; 
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%; 
	display: none;
	margin: 0px;
	padding: 0px;
	z-index: 31000;			/* needs to be on top of menu bar, which has z-index=30000 */
}
#caMediaPanel #close{
	float: right;
	width:15px;
	height:16px;
	margin:10px;
}
#caMediaPanel #close a{
	text-decoration:none;
	font-size:16px;
}
#caMediaPanelContentArea {
	width: 100%; 
	height: 100%;
}

#caMediaOverlayContent {
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
}

div.caMediaOverlayControls {
	background-color: #000;
	color:#FFF;
	font-size: 11px;
	text-align:center;
	position:absolute;
	padding: 10px 0px 10px 0px;
	width:100%;
	bottom:0px;
	left:0px;
	z-index: 32000;			/* needs to be on top of caMediaPanel, which has z-index=31000 */
	opacity:.5;
	
}
div.caMediaOverlayControls:hover {
	opacity:1.0;
	background-color:rgba(0,0,0,0.5);
}
div.caMediaOverlayControls a{
	text-decoration:none;
	font-weight:bold;
	color:#FFF; 
}
div.caMediaOverlayControls a:hover{
	color:#FFF;
}
div.caMediaOverlayControls .close{
	float:right;
	margin: 0px 10px 0px 20px;
	font-size: 22px;
	opacity: 0.9;
}
div.caMediaOverlayControls .download{
	float:right;
	margin: 2px 0 0 20px;
	font-size: 16px;
}
div.caMediaOverlayControls .objectInfo{
	font-size:11px;
	color:#FFF;
	padding-left:10px;
	text-align:left;
	width:40%;
	float:left;
}
div.caMediaOverlayControls .captionRight {
	float:left; 
	width:45%; 
	margin-left:25px; 
	color:#fff; 
	text-align:left;
	font-size:14px;
	margin-bottom:10px;
}
div.caMediaOverlayControls .captionLeft {
	float:left; 
	width:45%; 
	margin-left:15px; 
	color:#fff; 
	text-align:left;
	font-size:14px;
	margin-bottom:10px;
}
div.caMediaOverlayControls .recordLink {
	float:left;
	text-align:left;
	color:white;
	font-size:12px;
	margin-left:15px;
	margin-bottom:10px;
}
div.caMediaOverlayControls .recordLink a{
	font-size:12px;
}
div.caMediaOverlayControls .repNav {
	float:left;
	width:16%;
	padding: 0px 2% 0px 2%;
	text-align:center;
	color:#FFF;
}
div.caMediaOverlayRepThumbs {
	color:#FFF;
	font-size: 11px;
	text-align:right;
	position:absolute;
	top:60px;
	right:11px;
	padding:3px;
	z-index: 32000;			/* needs to be on top of caMediaPanel, which has z-index=31000 */
	opacity:.3;	
}
div.caMediaOverlayRepThumbs:hover {
	opacity:1;	
}
div.caMediaOverlayRepThumbs img{
	margin:2px;
	border:1px solid transparent;
}
div.caMediaOverlayRepThumbs a.selectedRep img{
	border:1px solid #FFF;
}





/* --------------------------------------------------------- */
/* DOCUMENT VIEWER */
/* --------------------------------------------------------- */

.DV-controls {
	background:none;
	background-color:#efefef;} 
	
.DV-viewDocument .DV-views .DV-documentView span, .DV-viewThumbnails .DV-views .DV-thumbnailsView span, .DV-viewAnnotations .DV-views .DV-annotationView span, .DV-viewText .DV-views .DV-textView span, .DV-viewSearch .DV-views .DV-textView span {
    background: none;
    
    }
    
 .DV-pages, .DV-paper {
    background:none;
    background-color:#fff;
}   

.DV-header {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    padding: 0;
    position: relative;
    z-index: 20000;
}

.DV-views div span {
    background: none;
    border-bottom: 0 none !important;
    color: #000000 !important;
}

.DV-viewDocument .DV-views .DV-documentView span, .DV-viewThumbnails .DV-views .DV-thumbnailsView span, .DV-viewAnnotations .DV-views .DV-annotationView span, .DV-viewText .DV-views .DV-textView span, .DV-viewSearch .DV-views .DV-textView span {
    background-position: 0 -40px;
    border-bottom-color: #A0A0A0;
    font-weight: normal;
    text-shadow: 0;
    background-color:#e6e7e8;
}

.DV-viewDocument .DV-views .DV-documentView span, .DV-viewThumbnails .DV-views .DV-thumbnailsView span, .DV-viewAnnotations .DV-views .DV-annotationView span, .DV-viewText .DV-views .DV-textView span, .DV-viewSearch .DV-views .DV-textView span {
    text-shadow: 0 0px 0 #FFFFFF;
    
    }
    
.DV-searchInput {
    border: 1px solid #ccc;
    border-radius: 6px;
}

.DV-docViewer .DV-searchInput {
    background: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAFlSURBVCiRbY/NqqpgFIYfjxLiyEFCfyDZpElFRF5Pt1A3FN1BNyEqRATfSFAo+keCmuQn5PEMDsXZe59nuJ718q6lANxutzIMQ4QQ7HY7bNum1+vhui7ValXhH7Q0TcvlckkQBJ9hHMfEcczpdCJN09KyrE9IC8OQIAhot9uMRiM6nQ5JkrBarQjDkFqtxpcGIQQA4/EY13WpVCpYloWqqmy3W97+za/9fg/AYDDAMAx0XccwDPr9PgBv/wm0Wi0AoihC07S/tZpGFEUAvP0n0O12AfA8D9/3ybIM3/fxPA8Ax3G+/jAcDrler6zXa5Ik4TtCCO73e2mapgKgSCnLw+HAZrMhiiKOxyPNZhPHcRBCkKYp9Xqd2WyGaZqKAiClLLMsI89zXq8XmqahqiqPx4PFYsHlcqHRaDCdTtEAdF1XftwCPJ/PcjKZMJ/PkVIipeS/i2+KolDyPP99Pp8pigLbtvkDMDKl6nkCE08AAAAASUVORK5CYII=") no-repeat scroll 5px 5px #FFFFFF;
    border: 1px solid #ccc;
    display: block;
    font-family: Arial;
    font-size: 11px;
    line-height: 14px;
    margin: 2px 5px 0 0;
    outline: medium none;
    padding: 4px 20px 3px;
    width: 210px;
}
.DV-views div.DV-first span {
    border: 1px solid #CCCCCC;
}

.DV-views div.DV-last span {
    border: 1px solid #CCCCCC;
}

.DV-footer {
    background:none;
    background-color:#efefef;
    border-top: 1px solid #ccc;
    bottom: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    height: 33px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-shadow: 0 0px 0 #DDDDDD;
    z-index: 20000;
}

.DV-previous, .DV-next {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url('../graphics/buttons/docview_controls.png');
    background-repeat: no-repeat;
    /*border-color: #CCCCCC #BBBBBB #999999;*/
    border-image: none;
    border:0;
   /* border-left: 1px solid #BBBBBB;
    border-radius: 2px;
    border-right: 1px solid #BBBBBB;
    border-style: solid;
    border-width: 1px;*/
    cursor: pointer;
    height: 22px;
    position: absolute;
    text-indent: -1000em;
    top: 0;
    width: 32px;
}

.DV-footer .DV-trigger, .DV-fullscreen {
	border-width:0;
	}
	
.DV-currentPagePrefix, .DV-currentPageSuffix, .DV-currentAnnotationPrefix {
    color: #666666;
    font-size: 11px;
    text-transform: uppercase;
}

.DV-zoomLabel {
    color: #666;
    display: inline;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 3px 0 0 6px;
    padding: 3px 16px 0 0;
    position: relative;
    text-transform:uppercase;
}	

.DV-narrowControls .DV-zoomBox {
    width: 80px;
}

*  TimelineJS	*/
.vco-storyjs, .vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p, .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{
	font-family: arial !important;
}
.vco-storyjs h3{font-size:16px;line-height:18px}

/* Advanced Search */

div.advancedSearchField {
	float: left;
	width: 250px;
}
/* Finding Aid */

.findingaid H1 {
	margin-bottom:20px;
	color: #858585;
}
#findingAidCont {
	margin-top:20px;
}
.collHeader a{
	font-family: DIN17SBOP-Regular;
	color: #414151;
	font-size: 16px;
}
.fa-angle-double-down.finding-aid, .fa-square-o.finding-aid {
	float:left;
	padding:4px 5px 4px 5px;
	margin:0px 5px 0px 5px;
	border-radius:4px;
}
.fa-angle-double-down.finding-aid:hover {
	background-color:#eee;
}
.fa-angle-right.finding-aid {
	float:left;
	padding:4px 10px 4px 10px;
	font-weight:bold;
}




/*--*/

.jcarousel-control-prev {
    left: -15px !important;
}
.jcarousel-control-next {
    right:-15px; !important;
}

.jcarousel-control-next {
    right: 15px !important;
}

.jcarousel-control-prev {
    left: 15px !important;
}
.jcarousel-control-next,
.jcarousel-control-prev {
	background-color: #666;
	height: 45px;
	margin-top: -30px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 45px;
	border-radius: 0px;
	box-shadow: 0 0 0px #999999;
	text-shadow: 0 0 0px #000000;
}
.jcarousel-control-prev, .jcarousel-control-next{
	text-decoration:none;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover, .jcarousel-control-prev:focus, .jcarousel-control-next:focus {
	color:#FFF;
}
.jcarousel-pagination {
	position: relative;
	padding:0px;
	margin:0px auto 0px auto;
	text-align:center;
}
.jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;
	font-size: 1px;
	line-height: 1em;
	min-width:10px;
	width:10px;
	height:10px;
	background: #fff;
	color: #fff;
	border-radius: 25px;
	padding: 3px;
	text-align: center;
	margin-right: 5px;
	border:1px solid #666;
	opacity: .75;
}

.jcarousel-pagination a.active {
    background: #666;
    color: #666;
    opacity: 1;
    text-shadow: none;
    text-decoration:none;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
	color:#FFF;
}

.rowSmallPadding{
	margin-right: -6px;
	margin-left: -6px;
}
.smallpadding {
	padding:6px;
}

.browse .btn {
    background-color: #fafafa;
    border: 1px solid #efefef;
    font-size: 10px;
    color: #666;
    margin-left: 5px;
    margin-right: 5px;
}
.btn-default {
    background: none;
    border-color: #CCCCCC;
    color: #666;
    text-shadow: 0 0px 0 #FFFFFF;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 5px;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0.15) inset, 0 0px 0px rgba(0, 0, 0, 0.075);
}
/* --------------------------------- */
/* multi-search */
/* --------------------------------- */
.multisearch {
	/*padding:0px 30px 0px 25px;*/
}
.multisearch H3{
	margin:0px;
	padding:0px;
	text-transform:none;
}
.multisearch H3 a, .multisearch H3 a:hover{
	text-decoration:none;
	color:#858585;
}
.multisearch .blockResults {
	height:170px;
	margin-bottom:15px;
	overflow:hidden;
	clear:both;
}
.multisearchImgPlaceholder{
	background-color: #F5F5F5;
	border:2px solid #EDEDED;
	color: #858585;
	padding:20px;
	text-align:center;
	width:100%;
	margin-bottom:10px;
	text-align:center;
}
.multisearchFullResults a{
	text-transform: uppercase;
	color:#858585;
}
.multisearchFullResults a:hover{
	text-decoration: none;
}
.multisearchSort ul {
	list-style-type:none;
	display:inline;
	padding:0px;
}
.multisearchSort ul li{
	display:inline-block;
	margin-right:5px;
}
.multisearchSort ul li a{
	text-decoration:underline;
	color:#858585;
}
.multisearchSort ul li.selectedSort a{
	color:#454545;
	text-decoration:none;
}
.multisearchSort a{
	display:inline-block;
	text-transform:lowercase;
}
.multisearchSort select{
	padding:0px;
	height:17px;
	font-size:12px;
    display:inline;
    width:auto;
}
.multisearchSort select:focus{
	box-shadow: none;
    outline: none;
    border: 1px solid #cccccc;
}
.multisearchSort select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.multisearch .blockResultsScroller {
	height: 170px;	/* Needs to be some height */
}

.multisearch .resultBlock {
	width:100%;
	overflow-y:hidden;
	position:relative;
}

.multisearch .multiSearchResults {
	overflow-x:scroll;
	overflow-y:hidden;
	width:100%;
}
.multisearch .scrollButtonNext, .multisearch .scrollButtonPrevious{
	right:0px;
}
.multisearch .scrollButtonPrevious{
	left:0px;
}
.multisearch .scrollButtonNext, .multisearch .scrollButtonPrevious{
	background-color:#ebebeb;
	position:absolute;
	z-index:100;
	height:150px;
	opacity:.7;
	padding:60px 10px 0px 10px;
	color:#454545;
	font-size:15px;
	margin:7px 0px 10px 0px;
	width:25px;
}
.multisearch .scrollButtonNext:hover, .multisearch .scrollButtonPrevious:hover{
	background-color:#dedede;
	cursor:pointer;
	color:#000;
}
.multisearch .scrollButtonNext.inactive, .multisearch .scrollButtonPrevious.inactive{
	display:none;
}
.multisearch .multisearchResult {
	float:left;
	width:150px;
	height:145px;
	margin:10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	background-color:#FFFFFF;
	line-height:1em;
	padding:10px;
	font-size:11px;
	overflow:hidden;
}
.multisearch .multisearchResult a  {
	color:#454545;
}
.multisearch .multisearchResult img {
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.multisearch .authoritySet {
	float:left;
	width:250px;
	height:170px;
	margin-right:20px;
	overflow:hidden;
	padding-top:10px;
}

.multisearch .authoritySet a {
	font-size:12px;
	color:#454545;
}
.multisearch .authorityResult{
	margin-bottom:5px;
	height:45px;
	line-height:1.1em;
	background-color:#f5f5f5;
	padding:5px 10px 5px 10px;
	overflow:hidden;
}
.multisearch .authorityResult:hover{
	background-color:#ebebeb;
}

/* ------------------------------------------*/
/* gallery */
/*------------------------------------------*/
.gallery {
	font-size:11px;
}
.gallery H4 {
	padding-top:5px;
	text-transform:uppercase;
	color:#000;
}
.gallery H5 {
	text-transform:uppercase;
	color:#000;
	font-size:12px;
}
.gallery #gallerySetInfo{
	font-size:13px;
	padding-bottom:20px;
}
.gallery #gallerySetInfo img{
	max-width:400px;
	width:100%;
	height:auto;
}
@media (min-width: 768px) {	
	.gallery #gallerySetInfo img{
		max-width:auto;	
	}
}
.gallery #gallerySetInfo a{
	color:#454545;
	text-transform:uppercase;
	font-size:12px;
}
.gallery .galleryItem{
	padding:10px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
  	box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
  	margin:5px 10px 15px 5px;
}
@media (max-width: 767px) {
	.gallery .galleryItem{
  		max-width:550px;
  	}
  }
.gallery .galleryItem a{
	text-decoration:none;
	color:#454545;
}
.gallery .galleryItem .galleryItemImg{
	float:left;
	width:25%;
	margin-right:10px;
}
.gallery .galleryItem .galleryItemImg img{
	width:100%;
	height:auto;
}
.gallery .galleryNext, .gallery .galleryPrevious{
	background-color: #EFEFEF;
    color: #666666;
    font: 33px/1em Arial,sans-serif;
    padding: 2px 12px 5px 12px;
    text-align: center;
    text-decoration: none;
}
.gallery .galleryNext{
	padding-left:14px;
	float:right;
	margin-right:10px;
}
.gallery .galleryPrevious{
	padding-right:14px;
	float:left;
	margin-left:5px;
}
.gallery .galleryNext.inactive, .gallery .galleryPrevious.inactive{
	opacity: .5;
    cursor: default;
    display:inline;
}
.gallery #galleryDetailImageArea{
	margin-bottom:10px;
	text-align:center;
	padding:10px 0px 10px 0px;
	position:relative;
}
.gallery #galleryDetailImageArea #galleryDetailImageWrapper{
	position:relative;
	display:inline-block;
	margin:0px auto 0px auto;
	height:auto;
}
.gallery #galleryDetailImageArea #galleryDetailImageWrapper:hover .detailMediaToolbar{
	display:block;
	left:0px;
}
.gallery #galleryDetailImageArea img{
	height:auto;
	width:100%;
}
@media (min-width: 768px) {
  	.gallery #galleryDetailImageArea {
		height:430px;
  	}
	.gallery #galleryDetailImageArea img{
		max-height:430px;
		max-width:100%;
	}
}
.gallery .galleryDetailNext, .gallery .galleryDetailPrevious{
	background-color: #EFEFEF;
    color: #666666;
    font: 33px/1em Arial,sans-serif;
    top: 130px;
    padding: 2px 12px 5px 12px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index:100;
}
.gallery .galleryDetailNext{
	padding-left:14px;
}
.gallery .galleryDetailPrevious{
	padding-right:14px;
}
@media (min-width: 768px) {
  	.gallery .galleryDetailNext, .gallery .galleryDetailPrevious{
		top:210px;
  	}
}
.gallery .galleryDetailNext{
	right:5px;
}
.gallery .galleryDetailPrevious{
	left:5px;
}

.gallery .galleryDetailNext.inactive, .gallery .galleryDetailPrevious.inactive{
	opacity: .5;
    cursor: default;
    display:inline;
}
.gallery #galleryDetailObjectInfo{
	padding-top:10px;
}
.gallery #galleryDetailImageGrid{
	min-height:300px;
}
.gallery #galleryDetailImageGrid img{
	width:100%;
	height:auto;
	padding:5px;
	border:1px solid #dddddd;
	margin:10px 0px 10px 0px;
}
.gallery #galleryDetailImageGrid .galleryIconActive img{
	background-color:#efefef;
}
.gallery .galleryIconHidden{
	display:none;
}
.gallery .setDescription{
	font-size:12px;
	font-weight:bold;
}
.gallery .galleryDetailBottom{
	clear:both; 
	border-bottom:1px solid #e3e3e3; 
	padding-bottom:10px; 
	margin-bottom:15px;
}	
/*-search box--*/
input[type=text] {
    width: 140px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    background-color: white;
    background-image: url('/pawtucket/themes/default/assets/pawtucket/graphics/search-button.png');
    background-position: 1px 1px; 
    background-repeat: no-repeat;
    padding: 4px 20px 5px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
    width: 100%;
}
/*--hamburguer menu colapse ---*/

