#content-down .box.part-gallery:before, 
#content-down #fullcontent .box.part-gallery:before {display: none;}

#content-down .box.part-gallery, 
#content-down #fullcontent .box.part-gallery {
  width: 100% !important;
}

div.part-gallery div.component-body {
	padding: 10px 0;	
}


div.part-gallery ul.breadcrumb {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

div.part-gallery ul.breadcrumb > li {
	padding: 0 5px 0 0;
	display: inline-block;
}

div.part-gallery ul.breadcrumb > li a {
  font-family: 'roboto-bold', Arial;
  font-size: 16px;
  text-transform: uppercase;
}

div.part-gallery a.new-window {
	display: none;
  
}

div.part-gallery h3.more-albums {
	font-size: 20px;
	padding: 0 0 15px;
	 
}

div.part-gallery div.gallery-album,
div.part-gallery div.gallery-image {
  position: relative;
	width: 33%; 
	margin: 0 0 5px 0;
  overflow: hidden;
}

div#content div.part-gallery div.component-body div.gallery-album img,
div#content div.part-gallery div.component-body div.gallery-image img {
	min-width: 100% !important;
	/*max-width: auto !important;	*/
  margin: 0 !important;
  margin-bottom: 2px !important;
}

div.part-gallery div.gallery-album > div.details,
div.part-gallery div.gallery-image div.vdate {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;

}

div.part-gallery h3.album-images {
  padding: 20px 0;
  font-size: 17px;
   
}

div.part-gallery div.gallery-image div.vdate {
  display: block;
}

div.part-gallery div.gallery-image div.vdate {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  padding: 5px;
}

div.part-gallery div.gallery-image div.video {
  width: 56px !important;
  height: 56px !important;
  margin: -28px 0 0 -28px !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  border: none !important;
  background: transparent url('../gfx/button-play.png') 0 0 no-repeat !important;
  z-index: 99 !important;
  display: block !important;
  cursor: pointer !important;
}

div.part-gallery div.gallery-album:hover > div.details {
	display: block;
}

div.part-gallery div.gallery-album > div.details > a {
	padding: 5px;
	display: block;
        color:#fff;
}

div.part-gallery div.gallery-album > div.details > span,
div.part-gallery div.gallery-album > div.details > div {
	padding: 0 5px 5px;
	color: #ccc;
} 

div.part-gallery div.gallery-album > div.details > div.items {
  font-size: 12px;
}

div.part-gallery div.gallery-album > div.details > span {
  display: none;
}

div.part-gallery div.pager-bottom {
	margin: 10px 0 0;
}

div.part-gallery div.pager-bottom > div > strong {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #dedede;
  display: inline-block;
  background: var(--secondary);
  color: #fff;
  text-align: center;
}

div.part-gallery div.pager-bottom > div > a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #fff;
  text-align: center;
  font-family: 'roboto-light', Arial;
}

div.part-gallery div.pager-bottom > div > a:hover {
  color: #fff;
  background: var(--secondary);
}